Fix orientation update not updating spatial index
This commit is contained in:
parent
68ec91e1e8
commit
38eddc0276
@ -400,6 +400,9 @@ open class WorldObject(val config: Registry.Entry<ObjectDefinition>) : TileEntit
|
||||
} else {
|
||||
declaredMaterialSpaces.clear()
|
||||
}
|
||||
|
||||
updateSpatialPosition()
|
||||
markSpacesDirty()
|
||||
}
|
||||
|
||||
override fun onPositionUpdated() {
|
||||
|
Loading…
Reference in New Issue
Block a user