Fix toggle-subfloor visual bugs (#11239)

This commit is contained in:
Leon Friedrich
2022-09-14 19:02:33 +12:00
committed by GitHub
parent 784a5cbdd8
commit f78d709933

View File

@@ -72,7 +72,7 @@ public sealed class SubFloorHideSystem : SharedSubFloorHideSystem
{ {
foreach (var (_, appearance) in EntityManager.EntityQuery<SubFloorHideComponent, AppearanceComponent>(true)) foreach (var (_, appearance) in EntityManager.EntityQuery<SubFloorHideComponent, AppearanceComponent>(true))
{ {
_appearanceSystem.MarkDirty(appearance); _appearanceSystem.MarkDirty(appearance, true);
} }
} }
} }