mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-05-30 03:01:32 +00:00
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…
x
Reference in New Issue
Block a user