inverted ctrl key

actorid
Marc Zinnschlag 11 years ago
parent 644f5cb8de
commit 526d75df51

@ -190,7 +190,7 @@ namespace CSVRender
QPoint diff = mOldPos-event->pos();
mOldPos = event->pos();
if (mMod1)
if (!mMod1)
{
// turn camera
if (diff.x())

Loading…
Cancel
Save