src/GLShared.h

changeset 698
16e6d7d87982
parent 681
c1cc036c6e1f
child 703
ce2a76cebdbb
--- a/src/GLShared.h	Mon Mar 10 13:26:02 2014 +0200
+++ b/src/GLShared.h	Mon Mar 10 14:12:28 2014 +0200
@@ -65,6 +65,6 @@
 void glBufferData (GLuint, GLuint, void*, GLuint);
 #endif
 
-static const int gNumVBOs = vboNumSurfaces * vboNumComplements;
+static const int g_numVBOs = vboNumSurfaces * vboNumComplements;
 
 #endif // LDFORGE_GLSHARED_H
\ No newline at end of file

mercurial