Updated function argument names
This commit is contained in:
parent
5052cb2b91
commit
428f03cf06
74 changed files with 195 additions and 194 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue