Clip radar control (#10011)

Forgor to do it. Still need to make the viewport square but at least it won't draw under the display anymore.
This commit is contained in:
metalgearsloth
2022-07-25 15:42:08 +10:00
committed by GitHub
parent 07400fc088
commit bff407588e

View File

@@ -73,6 +73,7 @@ public sealed class RadarControl : Control
{
IoCManager.InjectDependencies(this);
MinSize = (SizeFull, SizeFull);
RectClipContent = true;
}
public void SetMatrix(EntityCoordinates? coordinates, Angle? angle)