1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 00:45:32 +00:00

inverted ctrl key

This commit is contained in:
Marc Zinnschlag 2014-02-25 14:30:38 +01:00
parent 644f5cb8de
commit 526d75df51

View file

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