Resource manager OBJ vs Model conflict fixed

This commit is contained in:
ViktorLjung
2014-04-27 08:07:18 +02:00
parent c4e127b154
commit cb6b0a58d8
7 changed files with 35 additions and 12 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
class Model : public Resource
{
public:
Model(OBJ &obj, ResourceManager* rm);
Model(ResourceManager* rm, OBJ &obj);
struct TextureGroup
{