@@ -5527,7 +5527,8 @@ const handleFloorChange = async (floorId: string) => {
|
||||
const didCommit = await loadFloor(requestedFloorId, {
|
||||
preserveCurrentSceneUntilReady: true,
|
||||
suppressProgress: false,
|
||||
detachPoiBeforeLoad: true
|
||||
detachPoiBeforeLoad: true,
|
||||
applyFloorBaseline: true
|
||||
})
|
||||
updatePoiVisibilityByDistance()
|
||||
if (didCommit) {
|
||||
|
||||
Reference in New Issue
Block a user