diff --git a/OpenRA.Mods.Common/Widgets/ViewportControllerWidget.cs b/OpenRA.Mods.Common/Widgets/ViewportControllerWidget.cs index b9424f0dfc..7eb3aa5e59 100644 --- a/OpenRA.Mods.Common/Widgets/ViewportControllerWidget.cs +++ b/OpenRA.Mods.Common/Widgets/ViewportControllerWidget.cs @@ -215,7 +215,7 @@ namespace OpenRA.Mods.Common.Widgets var blockedDirections = worldRenderer.Viewport.GetBlockedDirections(); - if (IsJoystickScrolling) + if (IsJoystickScrolling || isStandardScrolling) { foreach (var dir in JoystickCursors) if (blockedDirections.Includes(dir.Key))