]> git.tdb.fi Git - libs/gl.git/blobdiff - source/windingtest.h
Fix a bug in ProgramData when all uniforms in a block are removed
[libs/gl.git] / source / windingtest.h
index d8a4c421722ed6997ab5f4162f10a74813e5d5f8..ffc52556bfaa5e9b6df35c5345e1afb212fdacab 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef WINDINGTEST_H_
-#define WINDINGTEST_H_
+#ifndef MSP_GL_WINDINGTEST_H_
+#define MSP_GL_WINDINGTEST_H_
 
 #include <msp/strings/lexicalcast.h>
 #include "bindable.h"
@@ -23,7 +23,6 @@ match the winding, the polygon is not rendered.
 class WindingTest: public Bindable<WindingTest>
 {
 private:
-       bool test;
        FaceWinding winding;
 
 public: