You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Makes all Godot API's methods Lower Case
This commit is contained in:
@@ -251,7 +251,7 @@ void ArrayPropertyEdit::edit(Object *p_obj, const StringName &p_prop, const Stri
|
||||
|
||||
page = 0;
|
||||
property = p_prop;
|
||||
obj = p_obj->get_instance_ID();
|
||||
obj = p_obj->get_instance_id();
|
||||
default_type = p_deftype;
|
||||
|
||||
if (!p_hint_string.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user