Reworked editor camera

This commit is contained in:
antopilo
2023-03-07 17:26:13 -05:00
parent 10baf5271a
commit 6cbad0e13b
20 changed files with 126 additions and 114 deletions

View File

@@ -53,7 +53,7 @@ namespace Nuake
this->IsEmbedded = true;
ModelLoader loader;
auto otherModel = loader.LoadModel(FileSystem::Root + j["Path"].dump());
auto otherModel = loader.LoadModel(j["Path"], false);
m_Meshes = otherModel->GetMeshes();
this->Path = j["Path"];