Show scroll cursor when standard-scrolling using RMB

This commit is contained in:
Oliver Brakmann
2016-08-27 13:56:09 +02:00
parent 1f2d046d34
commit dffb602ed4

View File

@@ -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))