mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-26 15:06:42 +01:00
Support custom tooltip component heights in goggle overlay
This commit is contained in:
parent
5df8ed963e
commit
04d1a53846
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue