mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-26 11:13:36 +00:00
wawa
This commit is contained in:
parent
8281af31b6
commit
ffbb8598d4
|
|
@ -1002,9 +1002,8 @@ int GameRenderer::getLightTexture(int iPad, Level *level)
|
|||
return lightTexture[iPad]; // 4J-JEV: Changing to Per Player lighting textures.
|
||||
}
|
||||
|
||||
void GameRenderer::render(float a, bool bFirst)
|
||||
void GameRenderer::render(float a = 1, bool bFirst)
|
||||
{
|
||||
float a = 1;
|
||||
if( _updateLightTexture && bFirst) updateLightTexture(a);
|
||||
if (Display::isActive())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue