mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 13:12:42 +00:00
Merge pull request #168 from mogemimi/fix/empty-body
Fix if statement with empty body.
This commit is contained in:
commit
81757d2e97
@ -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