Makes all Godot API's methods Lower Case
This commit is contained in:
parent
7e4970214c
commit
5ae78fdf6a
112 changed files with 430 additions and 430 deletions
|
|
@ -291,7 +291,7 @@ void TreeItem::set_custom_draw(int p_column, Object *p_object, const StringName
|
|||
ERR_FAIL_INDEX(p_column, cells.size());
|
||||
ERR_FAIL_NULL(p_object);
|
||||
|
||||
cells[p_column].custom_draw_obj = p_object->get_instance_ID();
|
||||
cells[p_column].custom_draw_obj = p_object->get_instance_id();
|
||||
cells[p_column].custom_draw_callback = p_callback;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue