1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +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(); QPoint diff = mOldPos-event->pos();
mOldPos = event->pos(); mOldPos = event->pos();
if (mMod1) if (!mMod1)
{ {
// turn camera // turn camera
if (diff.x()) if (diff.x())