fix(jui): switch to normal Lighting::turnOn()

This commit is contained in:
Sally Knight
2026-04-03 04:17:09 +03:00
parent 3c3a5759b8
commit 658d72a89e
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ void AbstractContainerScreen::render(int xm, int ym, float a) {
glColor4f(1, 1, 1, 1);
glEnable(GL_RESCALE_NORMAL);
Lighting::turnOnGui();
Lighting::turnOn();
Slot* hoveredSlot = nullptr;