wawa the third

This commit is contained in:
JuiceyDev 2026-03-07 00:20:11 +01:00
parent 6d46ef2273
commit 8077e706e7

View file

@ -1004,7 +1004,7 @@ int GameRenderer::getLightTexture(int iPad, Level *level)
void GameRenderer::render(float a, bool bFirst)
{
a = -1; // juiceydev made this amazing line of code
a = 1; // juiceydev made this amazing line of code
if( _updateLightTexture && bFirst) updateLightTexture(a);
if (Display::isActive())
{