Fix garbage DefaultScene value in new projects

This commit is contained in:
2023-06-30 14:40:49 +03:00
parent 9205352f94
commit 58618bd402

View File

@@ -112,6 +112,7 @@ public:
{
Version = ::Version(1, 0);
DefaultSceneSpawn = Ray(Vector3::Zero, Vector3::Forward);
DefaultScene = Guid::Empty;
}
/// <summary>