You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
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