Fix orientation update not updating spatial index

This commit is contained in:
DBotThePony 2024-04-22 23:02:04 +07:00
parent 68ec91e1e8
commit 38eddc0276
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -400,6 +400,9 @@ open class WorldObject(val config: Registry.Entry<ObjectDefinition>) : TileEntit
} else {
declaredMaterialSpaces.clear()
}
updateSpatialPosition()
markSpacesDirty()
}
override fun onPositionUpdated() {