Skip to content

Commit

Permalink
🐛 fix: Fix auto setup
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Aug 30, 2021
1 parent 762d836 commit c14e309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/UdonSunController/Scripts/UdonSunController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public override void OnInspectorGUI()


[InitializeOnLoadMethod]
public void RegisterCallback()
static public void RegisterCallback()
{
EditorSceneManager.sceneSaving += (_, __) => SetupAll();
}
Expand Down

0 comments on commit c14e309

Please sign in to comment.