Fixed radar not showing move/attack cursors
This commit is contained in:
@@ -156,6 +156,11 @@ namespace OpenRA.Widgets
|
||||
return RenderBounds.Contains(mi.Location) && Skippable;
|
||||
}
|
||||
|
||||
public override string GetCursor(int2 pos)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public void Play()
|
||||
{
|
||||
PlayThen(() => { });
|
||||
|
||||
Reference in New Issue
Block a user