Fix for scale gizmo not showing up until you use one of the other gizmos

This commit is contained in:
parax0 2015-08-24 10:18:23 -04:00
parent db970c6c51
commit dd84250422
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ CGizmo::CGizmo()
mDeltaTranslation = CVector3f::skZero;
mDeltaRotation = CQuaternion::skIdentity;
mDeltaScale = CVector3f::skOne;
mTotalScale = CVector3f::skOne;
mSetOffset = false;
mFlipScaleX = false;
mFlipScaleY = false;