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

Commit

Permalink
Update ScenePage.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinai-dev committed Sep 5, 2020
1 parent ffb6cad commit 9a059c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MainMenu/Pages/ScenePage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ public class ScenePage : WindowPage
{
public static ScenePage Instance;

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

public PageHelper Pages = new PageHelper();

private float m_timeOfLastUpdate = -1f;
private const int PASSIVE_UPDATE_INTERVAL = 1;

private static bool m_getRootObjectsFailed;

// ----- Holders for GUI elements ----- //

private static string m_currentScene = "";
Expand Down

0 comments on commit 9a059c1

Please sign in to comment.