Fix singleton pattern.
This commit is contained in:
@@ -26,6 +26,8 @@ namespace Cryville.Crtr.UI {
|
||||
int totalTasks = 0;
|
||||
#pragma warning disable IDE0051
|
||||
protected override void Awake() {
|
||||
base.Awake();
|
||||
|
||||
Game.Init();
|
||||
m_contents.SetActive(true);
|
||||
PushTitle("Chart Browser");
|
||||
|
Reference in New Issue
Block a user