index
:
neofx/libzoom
master
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
light.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'light.c')
-rw-r--r--
light.c
1
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();
}
}