mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 17:46:11 +00:00
Style: Fix statements ending with ';;'
This commit is contained in:
@@ -541,7 +541,7 @@ bool GDScript::_update_exports() {
|
||||
}
|
||||
}
|
||||
|
||||
members_cache.clear();;
|
||||
members_cache.clear();
|
||||
member_default_values_cache.clear();
|
||||
|
||||
for(int i=0;i<c->variables.size();i++) {
|
||||
|
||||
Reference in New Issue
Block a user