You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
C#: Replace usage of deprecated project_settings_changed signal
Replace usage of `EditorPlugin::project_settings_changed` signal with `ProjectSettings::settings_changed`.
This commit is contained in:
@@ -440,7 +440,7 @@ namespace GodotTools
|
||||
{
|
||||
base._EnablePlugin();
|
||||
|
||||
ProjectSettingsChanged += GodotSharpDirs.DetermineProjectLocation;
|
||||
ProjectSettings.SettingsChanged += GodotSharpDirs.DetermineProjectLocation;
|
||||
|
||||
if (Instance != null)
|
||||
throw new InvalidOperationException();
|
||||
|
||||
Reference in New Issue
Block a user