Replace string data fields with LocId where relevant (#20883)
This commit is contained in:
@@ -41,7 +41,7 @@ public sealed class SolutionContainerVisualsSystem : VisualizerSystem<SolutionCo
|
||||
if (args.Sprite == null)
|
||||
return;
|
||||
|
||||
if (!args.Sprite.LayerMapTryGet(component.FillLayer, out var fillLayer))
|
||||
if (!args.Sprite.LayerMapTryGet(component.Layer, out var fillLayer))
|
||||
return;
|
||||
|
||||
// Currently some solution methods such as overflowing will try to update appearance with a
|
||||
|
||||
Reference in New Issue
Block a user