Skip to content

Commit 76386c3

Browse files
committed
Support GDExtensionClassCreationInfo4::icon_path field
Does not implement setting the icon path yet, but updates the C structs to match the GDExtension header. See https://www.github.com/godotengine/godot/pull/100193.
1 parent 60e48ff commit 76386c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

godot-core/src/registry/class.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@ fn default_creation_info() -> sys::GDExtensionClassCreationInfo4 {
716716
is_abstract: false as u8,
717717
is_exposed: sys::conv::SYS_TRUE,
718718
is_runtime: sys::conv::SYS_TRUE,
719+
icon_path: ptr::null(),
719720
set_func: None,
720721
get_func: None,
721722
get_property_list_func: None,

0 commit comments

Comments
 (0)