Wrecked the last commit. Async loading works now.

This commit is contained in:
William Moberg
2016-01-13 18:51:45 +01:00
parent a143ae7c85
commit 9f185a1e35
11 changed files with 194 additions and 199 deletions
+3
View File
@@ -11,7 +11,10 @@ class Texture : public BaseTexture
private:
Texture(std::string path);
virtual void GlCommands() override;
GLint m_Format;
Image* m_Image;
public:
~Texture();