Fix toggle-subfloor visual bugs (#11239)
This commit is contained in:
parent
784a5cbdd8
commit
f78d709933
|
|
@ -72,7 +72,7 @@ public sealed class SubFloorHideSystem : SharedSubFloorHideSystem
|
|||
{
|
||||
foreach (var (_, appearance) in EntityManager.EntityQuery<SubFloorHideComponent, AppearanceComponent>(true))
|
||||
{
|
||||
_appearanceSystem.MarkDirty(appearance);
|
||||
_appearanceSystem.MarkDirty(appearance, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue