summaryrefslogtreecommitdiffstats
path: root/src/render/PointLights.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/PointLights.cpp')
-rw-r--r--src/render/PointLights.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/PointLights.cpp b/src/render/PointLights.cpp
index 6f0b4d46..84ac4ab2 100644
--- a/src/render/PointLights.cpp
+++ b/src/render/PointLights.cpp
@@ -142,6 +142,8 @@ CPointLights::RenderFogEffect(void)
CVector spriteCoors;
float spritew, spriteh;
+ PUSH_RENDERGROUP("CPointLights::RenderFogEffect");
+
RwRenderStateSet(rwRENDERSTATEZWRITEENABLE, (void*)FALSE);
RwRenderStateSet(rwRENDERSTATEVERTEXALPHAENABLE, (void*)TRUE);
RwRenderStateSet(rwRENDERSTATESRCBLEND, (void*)rwBLENDONE);
@@ -282,4 +284,6 @@ CPointLights::RenderFogEffect(void)
}
}
}
+
+ POP_RENDERGROUP();
}