Fix docking control size (#9833)

This commit is contained in:
metalgearsloth
2022-07-17 21:11:54 +10:00
committed by GitHub
parent 69b76ba233
commit 63b48e05af
2 changed files with 3 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ public sealed class RadarControl : Control
private const float ScrollSensitivity = 8f;
private const int MinimapRadius = 320;
public const int MinimapRadius = 320;
private const int MinimapMargin = 4;
private const float GridLinesDistance = 32f;