mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 15:48:11 +00:00
fix: remove hardcoded interpolation
fixes the game feeling like low fps
This commit is contained in:
committed by
Mohamed Ashraf
parent
a73e6e145f
commit
63bed1be5d
@@ -1004,7 +1004,6 @@ int GameRenderer::getLightTexture(int iPad, Level *level)
|
||||
|
||||
void GameRenderer::render(float a, bool bFirst)
|
||||
{
|
||||
a = 1; // juiceydev made this amazing line of code
|
||||
if( _updateLightTexture && bFirst) updateLightTexture(a);
|
||||
if (Display::isActive())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user