More explicit error message when finding entity that doesnt exist

This commit is contained in:
Antoine Pilote
2023-07-03 19:14:28 -04:00
parent c56a655be4
commit 7c95beefcc

View File

@@ -84,7 +84,7 @@ namespace Nuake {
}
}
assert("Not found");
assert("Entity not found");
}
bool Scene::OnInit()