own copy/paste error, euler.wrapped would give a bad value

This commit is contained in:
Campbell Barton 2009-06-18 18:23:22 +00:00
parent 506d96cb0b
commit 504fa6e2bc

@ -432,7 +432,7 @@ static int Euler_setAxis( EulerObject * self, PyObject * value, void * type )
return 0;
}
static PyObject *Euler_getWrapped( VectorObject * self, void *type )
static PyObject *Euler_getWrapped( EulerObject * self, void *type )
{
if (self->wrapped == Py_WRAP)
Py_RETURN_TRUE;