ClassicConfig TODO remove

This commit is contained in:
James Seibel
2026-02-03 07:25:14 -06:00
parent 6246f66300
commit 74f80ca2f5
@@ -955,11 +955,17 @@ public class ClassicConfigGUI
{
try
{
// setting the "y" variable is necessary so each child item
// renders at the correct height,
// if not set they will render off-screen.
#if MC_VER < MC_1_21_9
// Y value passed in from method args
#else
int y = this.getY(); /// TODO why is the Y value being set during render?
int y = this.getY();
#endif
if (this.button != null)
{
SetY(this.button, y);