Tiny error in Jiri's commit. Unselected meta elements needs the quat flag too if they want to rotate using PET.

This commit is contained in:
2005-03-29 16:12:42 +00:00
parent 3ee7a1fa6f
commit da0a55d2b4

View File

@@ -519,7 +519,7 @@ static void createTransMBallVerts(void)
VECCOPY(td->center, td->loc);
if(ml->flag & SELECT) td->flag= TD_SELECTED | TD_USEQUAT;
else td->flag= 0;
else td->flag= TD_USEQUAT;
Mat3CpyMat3(td->smtx, smtx);
Mat3CpyMat3(td->mtx, mtx);