InputEvent: Renamed "pos" property to "position"
Make the naming consistent with other classes.
This commit is contained in:
@ -3736,7 +3736,7 @@ void EditorNode::_dock_select_input(const Ref<InputEvent> &p_input) {
|
||||
|
||||
if (me.is_valid()) {
|
||||
|
||||
Vector2 point = me->get_pos();
|
||||
Vector2 point = me->get_position();
|
||||
|
||||
int nrect = -1;
|
||||
for (int i = 0; i < DOCK_SLOT_MAX; i++) {
|
||||
|
||||
Reference in New Issue
Block a user