Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 9a059c1

Browse files
committed
Update ScenePage.cs
1 parent ffb6cad commit 9a059c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MainMenu/Pages/ScenePage.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ public class ScenePage : WindowPage
1212
{
1313
public static ScenePage Instance;
1414

15-
public override string Name { get => "Scene Explorer"; set => base.Name = value; }
15+
public override string Name { get => "Scene Explorer"; }
1616

1717
public PageHelper Pages = new PageHelper();
1818

1919
private float m_timeOfLastUpdate = -1f;
2020
private const int PASSIVE_UPDATE_INTERVAL = 1;
2121

22+
private static bool m_getRootObjectsFailed;
23+
2224
// ----- Holders for GUI elements ----- //
2325

2426
private static string m_currentScene = "";

0 commit comments

Comments
 (0)