diff options
Diffstat (limited to 'src/graphics/Renderer.h')
| -rw-r--r-- | src/graphics/Renderer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graphics/Renderer.h b/src/graphics/Renderer.h index cc7debe..606dbc8 100644 --- a/src/graphics/Renderer.h +++ b/src/graphics/Renderer.h @@ -85,7 +85,7 @@ public: void checkShader(GLuint shader, char * shname); void checkProgram(GLuint program, char * progname); void loadShaders(); -#else +#endif pixel * vid; pixel * persistentVid; pixel * warpVid; @@ -111,7 +111,6 @@ public: void gradientrect(int x, int y, int width, int height, int r, int g, int b, int a, int r2, int g2, int b2, int a2); void draw_image(pixel *img, int x, int y, int w, int h, int a); -#endif VideoBuffer DumpFrame(); |
