Map renderer now supports large sprites and rotations. (#6938)

This commit is contained in:
Moony
2022-03-01 18:23:28 -06:00
committed by GitHub
parent c4c238bda9
commit b73621587a
3 changed files with 34 additions and 49 deletions

View File

@@ -18,7 +18,7 @@ namespace Content.MapRenderer
private static readonly MapPainter MapPainter = new();
#pragma warning disable CA1825
private static readonly string[] ForceRender = {"saltern"};
private static readonly string[] ForceRender = {"packedstation"};
#pragma warning restore CA1825
internal static async Task Main()