mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #55679 from raulsntos/script_reload_fix
C# scripts reload in editor fixed
This commit is contained in:
commit
e527687e1e
2 changed files with 8 additions and 5 deletions
|
@ -101,6 +101,7 @@ private:
|
|||
|
||||
bool tool = false;
|
||||
bool valid = false;
|
||||
bool reload_invalidated = false;
|
||||
|
||||
bool builtin;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue