You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Updated function argument names
This commit is contained in:
@@ -4183,9 +4183,9 @@ void PropertyEditor::set_keying(bool p_active) {
|
||||
update_tree();
|
||||
}
|
||||
|
||||
void PropertyEditor::_draw_flags(Object *t, const Rect2 &p_rect) {
|
||||
void PropertyEditor::_draw_flags(Object *p_object, const Rect2 &p_rect) {
|
||||
|
||||
TreeItem *ti = t->cast_to<TreeItem>();
|
||||
TreeItem *ti = p_object->cast_to<TreeItem>();
|
||||
if (!ti)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user