Skip to content

Commit

Permalink
free scene loader (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
GraphicEdit committed Jan 5, 2024
2 parents 345ce10 + 21907f1 commit 68f8b6e
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 68f8b6e

Please sign in to comment.