mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 00:28:08 -04: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