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;
|
mDeltaTranslation = CVector3f::skZero;
|
||||||
mDeltaRotation = CQuaternion::skIdentity;
|
mDeltaRotation = CQuaternion::skIdentity;
|
||||||
mDeltaScale = CVector3f::skOne;
|
mDeltaScale = CVector3f::skOne;
|
||||||
|
mTotalScale = CVector3f::skOne;
|
||||||
mSetOffset = false;
|
mSetOffset = false;
|
||||||
mFlipScaleX = false;
|
mFlipScaleX = false;
|
||||||
mFlipScaleY = false;
|
mFlipScaleY = false;
|
||||||
|
|
Loading…
Reference in New Issue