mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
inverted ctrl key
This commit is contained in:
parent
644f5cb8de
commit
526d75df51
@ -190,7 +190,7 @@ namespace CSVRender
|
||||
QPoint diff = mOldPos-event->pos();
|
||||
mOldPos = event->pos();
|
||||
|
||||
if (mMod1)
|
||||
if (!mMod1)
|
||||
{
|
||||
// turn camera
|
||||
if (diff.x())
|
||||
|
Loading…
x
Reference in New Issue
Block a user