mirror of
https://github.com/seppukudevelopment/seppuku
synced 2025-03-03 19:27:42 +00:00
ModuleList: Fix massive bug with hud components inside dropdowns
This commit is contained in:
parent
8779773812
commit
6e8cf791ee
@ -682,8 +682,13 @@ public final class ModuleListComponent extends ResizableHudComponent {
|
||||
}
|
||||
}
|
||||
|
||||
if (skipRendering)
|
||||
if (skipRendering) {
|
||||
component.setX(0);
|
||||
component.setY(0);
|
||||
component.setW(0);
|
||||
component.setH(0);
|
||||
continue;
|
||||
}
|
||||
|
||||
component.setX(this.getX() + 1 + offsetX);
|
||||
component.setY(this.getY() + offsetY);
|
||||
|
Loading…
Reference in New Issue
Block a user