Fix context menu popping up when it shouldn't

This commit is contained in:
nvsickle
2021-04-14 16:56:23 -07:00
parent 03aaf33b6e
commit f7aabebb37
2 changed files with 10 additions and 0 deletions
@@ -58,6 +58,7 @@ namespace SandboxEditor
bool m_inMoveMode = false;
bool m_inOrbitMode = false;
bool m_inZoomMode = false;
int m_totalMouseMoveDelta = 0;
float m_orbitDistance = 10.f;
float m_moveSpeed = 1.f;
AZ::Vector3 m_orbitTarget = {};