X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fwindingtest.h;h=ffc52556bfaa5e9b6df35c5345e1afb212fdacab;hp=d8a4c421722ed6997ab5f4162f10a74813e5d5f8;hb=6b0a93110454cc8d84d0d9b9b29fe9d0ecbaa4d5;hpb=e7556941c41b1a0fc84fe7986c98ee79eccbf564 diff --git a/source/windingtest.h b/source/windingtest.h index d8a4c421..ffc52556 100644 --- a/source/windingtest.h +++ b/source/windingtest.h @@ -1,5 +1,5 @@ -#ifndef WINDINGTEST_H_ -#define WINDINGTEST_H_ +#ifndef MSP_GL_WINDINGTEST_H_ +#define MSP_GL_WINDINGTEST_H_ #include #include "bindable.h" @@ -23,7 +23,6 @@ match the winding, the polygon is not rendered. class WindingTest: public Bindable { private: - bool test; FaceWinding winding; public: