Commit reminder

This commit is contained in:
Teejoon
2016-03-14 02:52:33 +01:00
parent 8151e9a9a4
commit 659dfed088
+2
View File
@@ -28,6 +28,8 @@ Texture::Texture(std::string path)
break;
}
//Master hade PNG release here...
// Construct the OpenGL texture
glGenTextures(1, &m_Texture);
glBindTexture(GL_TEXTURE_2D, m_Texture);