diff options
-rw-r--r-- | light.c | 1 | ||||
-rw-r--r-- | render.c | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -27,6 +27,5 @@ void ResetLights() { if(nLights > 0) { free(lights); nLights = 0; - UpdateAmbient(); } } @@ -1,6 +1,7 @@ #include <stdlib.h> #include <math.h> #include <GL/gl.h> +#include <GL/glext.h> #include <neofx/math.h> #include <zoom/level.h> #include <zoom/light.h> |