summaryrefslogtreecommitdiffstats
path: root/light.c
diff options
context:
space:
mode:
Diffstat (limited to 'light.c')
-rw-r--r--light.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/light.c b/light.c
index 216007d..5fa98f6 100644
--- a/light.c
+++ b/light.c
@@ -27,6 +27,5 @@ void ResetLights() {
if(nLights > 0) {
free(lights);
nLights = 0;
- UpdateAmbient();
}
}