Don't offset inner render
This commit is contained in:
parent
e79bdb4326
commit
27945b62dc
@ -195,7 +195,7 @@ public class EditablePanel implements GuiEventListener {
|
||||
}
|
||||
|
||||
stack.pushPose();
|
||||
stack.translate(parent_x + getXOffset(), parent_y + getYOffset(), accumulated_depth);
|
||||
stack.translate(parent_x, parent_y, accumulated_depth);
|
||||
innerRender(stack, mouse_x, mouse_y, flag);
|
||||
stack.popPose();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user