Removed unnecessary returns and break statements
This commit is contained in:
@ -559,8 +559,9 @@ bool GDScript::_update_exports() {
|
||||
|
||||
return changed;
|
||||
|
||||
#endif
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
void GDScript::update_exports() {
|
||||
|
||||
Reference in New Issue
Block a user