From 428f03cf06d3841b2a593f46aa42912ef5c82f3c Mon Sep 17 00:00:00 2001 From: Wilson E. Alvarez Date: Sat, 12 Aug 2017 12:52:50 -0400 Subject: Updated function argument names --- editor/property_editor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/property_editor.cpp') diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp index 53d94cdb1..a262d8cd0 100644 --- a/editor/property_editor.cpp +++ b/editor/property_editor.cpp @@ -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 *ti = p_object->cast_to(); if (!ti) return; -- cgit v1.2.3-70-g09d2