File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class GDExtensionBinding {
67
67
InitObject (const GDNativeInterface *p_interface, const GDNativeExtensionClassLibraryPtr p_library, GDNativeInitialization *r_initialization) :
68
68
interface (p_interface),
69
69
library (p_library),
70
- initialization (r_initialization) {};
70
+ initialization (r_initialization){};
71
71
72
72
void register_core_initializer (Callback p_core_init) const ;
73
73
void register_server_initializer (Callback p_server_init) const ;
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ void Example::_bind_methods() {
53
53
}
54
54
55
55
// Properties.
56
- ADD_GROUP (" Test group" ," group_" );
57
- ADD_SUBGROUP (" Test subgroup" ," group_subgroup_" );
56
+ ADD_GROUP (" Test group" , " group_" );
57
+ ADD_SUBGROUP (" Test subgroup" , " group_subgroup_" );
58
58
59
59
ClassDB::bind_method (D_METHOD (" get_custom_position" ), &Example::get_custom_position);
60
60
ClassDB::bind_method (D_METHOD (" set_custom_position" , " position" ), &Example::set_custom_position);
You can’t perform that action at this time.
0 commit comments