mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-05-28 02:01:26 +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;
|
||||
mDeltaRotation = CQuaternion::skIdentity;
|
||||
mDeltaScale = CVector3f::skOne;
|
||||
mTotalScale = CVector3f::skOne;
|
||||
mSetOffset = false;
|
||||
mFlipScaleX = false;
|
||||
mFlipScaleY = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user