mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Remove an old workaround (Fixes #2263)
The workaround was added when we were still using OIS for input. It doesn't seem to be needed with SDL.
This commit is contained in:
parent
efbc8742a0
commit
2ac23008f5
@ -409,8 +409,7 @@ namespace MWInput
|
|||||||
|
|
||||||
if (mControlSwitch["playerviewswitch"]) {
|
if (mControlSwitch["playerviewswitch"]) {
|
||||||
|
|
||||||
// work around preview mode toggle when pressing Alt+Tab
|
if (actionIsActive(A_TogglePOV)) {
|
||||||
if (actionIsActive(A_TogglePOV) && !mInputManager->isModifierHeld(SDL_Keymod(KMOD_ALT))) {
|
|
||||||
if (mPreviewPOVDelay <= 0.5 &&
|
if (mPreviewPOVDelay <= 0.5 &&
|
||||||
(mPreviewPOVDelay += dt) > 0.5)
|
(mPreviewPOVDelay += dt) > 0.5)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user