You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
GDScript: Fix some export annotation issues
This commit is contained in:
@@ -1967,7 +1967,7 @@ void EditorHelp::_update_doc() {
|
||||
|
||||
class_desc->add_text(argument.name);
|
||||
class_desc->add_text(": ");
|
||||
_add_type(argument.type);
|
||||
_add_type(argument.type, argument.enumeration, argument.is_bitfield);
|
||||
|
||||
if (!argument.default_value.is_empty()) {
|
||||
class_desc->push_color(theme_cache.symbol_color);
|
||||
|
||||
Reference in New Issue
Block a user