Skip to content

Commit

Permalink
free scene loader
Browse files Browse the repository at this point in the history
  • Loading branch information
GraphicEdit committed Jan 5, 2024
1 parent 345ce10 commit 21907f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarkFlow/Assets/Scripts/Editor/StartupSceneLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static class StartupSceneLoader
{
static StartupSceneLoader()
{
EditorApplication.playModeStateChanged += LoadStartupScene;
//EditorApplication.playModeStateChanged += LoadStartupScene;
}

static void LoadStartupScene(PlayModeStateChange state)
Expand Down

0 comments on commit 21907f1

Please sign in to comment.