We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7167d1 + dd9611c commit 6e10494Copy full SHA for 6e10494
1 file changed
files/data/scripts/omw/camera/camera.lua
@@ -162,6 +162,9 @@ local function updateStandingPreview()
162
local mode = camera.getMode()
163
if not previewIfStandStill or next(noStandingPreview)
164
or mode == MODE.FirstPerson or mode == MODE.Static or mode == MODE.Vanity then
165
+ if third_person.standingPreview and mode == MODE.Preview then
166
+ camera.setMode(primaryMode)
167
+ end
168
third_person.standingPreview = false
169
return
170
end
0 commit comments