mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 10:53:51 +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();
|
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())
|
||||||
|
|
Loading…
Reference in a new issue