Fixed some minor compiler warnings

This commit is contained in:
Alex Szpakowski
2014-03-01 21:16:01 -04:00
parent ec0f428c4f
commit 55514720a6
21 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ private:
return texture < other.texture;
else
return startvertex < other.startvertex;
};
}
};
bool initializeTexture(GLenum format);
+1 -1
View File
@@ -65,7 +65,7 @@ public:
INSERT_MODE_TOP,
INSERT_MODE_BOTTOM,
INSERT_MODE_RANDOM,
INSERT_MODE_MAX_ENUM,
INSERT_MODE_MAX_ENUM
};
/**