Refact editor UI and logger

This commit is contained in:
Antoine Pilote
2021-06-28 17:24:52 -04:00
parent fcdeff9d99
commit 4f30fb78ff
19 changed files with 358 additions and 281 deletions

View File

@@ -109,7 +109,7 @@ bool Project::Deserialize(const std::string& str)
std::string sceneContent = FileSystem::ReadFile(scenePath, false);
if (!this->DefaultScene->Deserialize(sceneContent))
{
Logger::Log("Error loading scene: " + scenePath);
Logger::Log("Error loading scene: " + scenePath, CRITICAL);
}
else
{