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
+1
View File
@@ -10,6 +10,7 @@ class Model : public RawModel
private:
Model(std::string fileName);
virtual void GlCommands() override;
public:
~Model();