mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
Fix if statement with empty body.
This commit is contained in:
parent
98a970585a
commit
9d463a8914
@ -27,6 +27,7 @@ void register_multiscript_types() {
|
||||
}
|
||||
void unregister_multiscript_types() {
|
||||
|
||||
if (script_multi_script);
|
||||
if (script_multi_script) {
|
||||
memdelete(script_multi_script);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user