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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}