Răsfoiți Sursa

fix build error (typo)

Ken Whatmough 11 ani în urmă
părinte
comite
9f89b34973
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      gameplay/src/RenderState.h

+ 1 - 1
gameplay/src/RenderState.h

@@ -222,7 +222,7 @@ public:
     enum FrontFace
     {
         FRONT_FACE_CW = GL_CW,
-        FRONT_FACE_CC = GL_CCW
+        FRONT_FACE_CCW = GL_CCW
     };
 
 	/**