This commit is contained in:
OusmBlueNinja 2025-05-10 13:38:25 -05:00
parent 74005ab517
commit 568280edd1

View File

@ -91,6 +91,7 @@ bool ProjectManager::LoadProject(const std::string& projectPath,
if (!s_defaultScene.empty())
{
Logger::LogInfo("Loading Default Scene '%s'", s_defaultScene.c_str());
Logger::LogWarning("TODO: Migrate Scene loading to scene Manager or ProjectManager class instead of engine class, then actualy load the scene here");
}