1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #55679 from raulsntos/script_reload_fix

C# scripts reload in editor fixed
This commit is contained in:
Ignacio Roldán Etcheverry
2022-01-16 11:56:39 +01:00
committed by GitHub
2 changed files with 8 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ private:
bool tool = false;
bool valid = false;
bool reload_invalidated = false;
bool builtin;