Skip to content

Commit

Permalink
Merge pull request godotengine#81175 from raulsntos/dotnet/project_se…
Browse files Browse the repository at this point in the history
…ttings_changed

C#: Replace usage of deprecated `project_settings_changed` signal
  • Loading branch information
akien-mga committed Aug 31, 2023
2 parents 59f3ab0 + cde9dc6 commit 549fcce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ public override void _EnablePlugin()
{
base._EnablePlugin();

ProjectSettingsChanged += GodotSharpDirs.DetermineProjectLocation;
ProjectSettings.SettingsChanged += GodotSharpDirs.DetermineProjectLocation;

if (Instance != null)
throw new InvalidOperationException();
Expand Down

0 comments on commit 549fcce

Please sign in to comment.