1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00

C# script reload fixed

Co-authored-by: Michael Bickel <mib@developium.net>
(cherry picked from commit 84a218d346)
This commit is contained in:
Germanrc
2021-09-21 01:09:39 +02:00
committed by Rémi Verschelde
parent 96d418cb94
commit aa679b2fe0
2 changed files with 8 additions and 7 deletions

View File

@@ -75,6 +75,7 @@ class CSharpScript : public Script {
bool tool;
bool valid;
bool reload_invalidated;
bool builtin;