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:
parent
644f5cb8de
commit
526d75df51
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ namespace CSVRender
|
|||
QPoint diff = mOldPos-event->pos();
|
||||
mOldPos = event->pos();
|
||||
|
||||
if (mMod1)
|
||||
if (!mMod1)
|
||||
{
|
||||
// turn camera
|
||||
if (diff.x())
|
||||
|
|
Loading…
Reference in a new issue