mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 08:35:52 -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();
|
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…
x
Reference in New Issue
Block a user