Changed .obj to .mesh for all meshes.

This commit is contained in:
antc13
2016-01-24 16:12:31 +01:00
parent 666f1fd878
commit 96a735c542
22 changed files with 107 additions and 82 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ void EditorRenderSystem::Update(double dt)
continue;
} catch (const std::exception&) {
try {
model = ResourceManager::Load<::Model>("Models/Core/Error.obj");
model = ResourceManager::Load<::Model>("Models/Core/Error.mesh");
} catch (const std::exception&) {
continue;
}