diff --git a/bouncer/src/repo/core/model/collection/repo_scene.cpp b/bouncer/src/repo/core/model/collection/repo_scene.cpp index 6f3ff5403..dd831d7b2 100644 --- a/bouncer/src/repo/core/model/collection/repo_scene.cpp +++ b/bouncer/src/repo/core/model/collection/repo_scene.cpp @@ -1430,6 +1430,12 @@ void RepoScene::reorientateDirectXModel() //Clear the stash as bounding boxes in mesh mappings are no longer valid like this. clearStash(); + + + //Apply the rotation on the offset + auto temp = worldOffset[2]; + worldOffset[2] = -worldOffset[1]; + worldOffset[1] = temp; } else {