mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 16:24:43 +00:00
Merge pull request #119 from 4jcraft/decaloverdose-bullshizz
fix: remove hardcoded interpolation
This commit is contained in:
commit
50f188fde8
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue