mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-06 15:19:25 +00:00
fix: undo turnOnLightLayer comment
This commit is contained in:
parent
41d8202c47
commit
c9f19ebcba
|
|
@ -1619,7 +1619,7 @@ void GameRenderer::renderSnowAndRain(float a)
|
|||
// 4J - rain is relatively low poly, but high fill-rate - better to clip it
|
||||
RenderManager.StateSetEnableViewportClipPlanes(true);
|
||||
|
||||
//this->turnOnLightLayer(a);
|
||||
this->turnOnLightLayer(a);
|
||||
|
||||
if (rainXa == NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue