fix for typo in mathutils vec.to_track_quat() argument parsing.

This commit is contained in:
Campbell Barton 2010-11-23 16:07:51 +00:00
parent c51d075b0e
commit 8686f46abc

@ -353,7 +353,7 @@ static PyObject *Vector_ToTrackQuat(VectorObject *self, PyObject *args )
case 'X':
up = 0;
break;
case 'y':
case 'Y':
up = 1;
break;
case 'Z':