Editor: Show name of open scene in window title

This commit is contained in:
Simon Lübeß
2024-01-12 15:41:56 +01:00
parent 827f3bb564
commit ba68eb7428
4 changed files with 32 additions and 3 deletions
+3 -1
View File
@@ -323,7 +323,9 @@ class SceneSerializer
Try!(Deserialize.Start(reader));
Try!(reader.ObjectBlock());
_scene.Name = Path.GetFileName(filePath, .. scope .());
// TODO: Scene name goes here!
String testName;
Deserialize.Value(reader, "Name", out testName);