Fixed DDS after merge

This commit is contained in:
Teejoon
2016-03-14 06:09:06 +01:00
parent 659dfed088
commit a3f215831d
8 changed files with 23 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public:
GLuint m_Texture = 0;
enum TextureType : GLint { Invalid = 0, DDS = 1, PNG = 2};
enum TextureType : GLint { cInvalid = 0, cDDS = 1, cPNG = 2};
TextureType m_Type;
};