Skip to content

Commit

Permalink
INT, WIND: Fix getRegion
Browse files Browse the repository at this point in the history
  • Loading branch information
tewlwolow committed Feb 15, 2023
1 parent 1392bae commit f965c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ local function cellCheck(e)
return
end

local regionObject = tes3.getRegion({ useDoors = true })
local regionObject = tes3.getRegion(true)
local transitionScalarNow = regionObject.weather.controller.transitionScalar

weather = regionObject.weather.index
Expand Down
2 changes: 1 addition & 1 deletion 00 Core/MWSE/mods/tew/AURA/Misc/windSounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ local function windCheck(e)
debugLog("Cell: " .. cell.editorName)

-- Weather resolution --
local regionObject = tes3.getRegion({ useDoors = true })
local regionObject = tes3.getRegion(true)
local weather
if e and e.to then
debugLog("Weather transitioning.")
Expand Down

0 comments on commit f965c96

Please sign in to comment.
  翻译: