mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
fix: remove hardcoded interpolation
fixes the game feeling like low fps
This commit is contained in:
parent
a73e6e145f
commit
63bed1be5d
|
|
@ -1004,7 +1004,6 @@ int GameRenderer::getLightTexture(int iPad, Level *level)
|
||||||
|
|
||||||
void GameRenderer::render(float a, bool bFirst)
|
void GameRenderer::render(float a, bool bFirst)
|
||||||
{
|
{
|
||||||
a = 1; // juiceydev made this amazing line of code
|
|
||||||
if( _updateLightTexture && bFirst) updateLightTexture(a);
|
if( _updateLightTexture && bFirst) updateLightTexture(a);
|
||||||
if (Display::isActive())
|
if (Display::isActive())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue