Referenced a wrong variable. Stupid typo.

This commit is contained in:
Michel Selten 2003-10-05 11:23:49 +00:00
parent d626f03962
commit e33e4addeb
1 changed files with 1 additions and 1 deletions

View File

@ -1111,7 +1111,7 @@ static PyObject *Object_setLocation (BPy_Object *self, PyObject *args)
self->object->loc[0] = loc1;
self->object->loc[1] = loc2;
self->object->loc[2] = loc2;
self->object->loc[2] = loc3;
Py_INCREF (Py_None);
return (Py_None);