mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 14:34:16 +01:00
Support custom tooltip component heights in goggle overlay
This commit is contained in:
parent
5df8ed963e
commit
04d1a53846
@ -188,7 +188,7 @@ public class RemovedGuiUtils {
|
||||
if (lineNumber + 1 == titleLinesCount)
|
||||
tooltipY += 2;
|
||||
|
||||
tooltipY += 10;
|
||||
tooltipY += line == null ? 10 : line.getHeight();
|
||||
}
|
||||
|
||||
renderType.endBatch();
|
||||
|
Loading…
Reference in New Issue
Block a user