Fusion Complete

This commit is contained in:
2024-03-29 17:01:58 +01:00
parent 513c12bee0
commit 2c493bc979
4 changed files with 138 additions and 14 deletions

View File

@@ -86,7 +86,6 @@ private:
int m_vertexCount, m_indexCount;
TextureClass* m_Textures;
ModelType* m_model;
int m_vertexCount, m_indexCount;
};
#endif