RenderSystem

This commit is contained in:
ViktorLjung
2014-03-09 21:07:51 +01:00
parent c952953787
commit 1cf158b3a2
3 changed files with 85 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace Components
struct Model : Component
{
std::string ModelFile;
const char* ModelFile;
Color Color;
};