You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fill remaining global scope constant descriptions
This commit is contained in:
@@ -558,9 +558,6 @@ void PlaceHolderScriptInstance::get_property_list(List<PropertyInfo> *p_properti
|
||||
} else {
|
||||
for (const PropertyInfo &E : properties) {
|
||||
PropertyInfo pinfo = E;
|
||||
if (!values.has(pinfo.name)) {
|
||||
pinfo.usage |= PROPERTY_USAGE_SCRIPT_DEFAULT_VALUE;
|
||||
}
|
||||
p_properties->push_back(E);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user