Fix for scale gizmo not showing up until you use one of the other gizmos
This commit is contained in:
parent
db970c6c51
commit
dd84250422
|
@ -29,6 +29,7 @@ CGizmo::CGizmo()
|
|||
mDeltaTranslation = CVector3f::skZero;
|
||||
mDeltaRotation = CQuaternion::skIdentity;
|
||||
mDeltaScale = CVector3f::skOne;
|
||||
mTotalScale = CVector3f::skOne;
|
||||
mSetOffset = false;
|
||||
mFlipScaleX = false;
|
||||
mFlipScaleY = false;
|
||||
|
|
Loading…
Reference in New Issue