1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 03:06:41 +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())