Skip to content

Commit

Permalink
修一个fmod加载流程中可能
Browse files Browse the repository at this point in the history
报错
  • Loading branch information
MrZ626 committed Nov 23, 2024
1 parent 718fd18 commit 4eccd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ function FMODLoadFunc() -- Will be called again when applying advanced options
if bank then return bank end
if not errorLogged then
errorLogged=true
MSG.log('error',"FMOD bank load failed :"..errInfo)
MSG.log('error',"FMOD bank load failed :"..errInfo2)
MSG.log('error',"FMOD bank load failed :"..tostring(errInfo))
MSG.log('error',"FMOD bank load failed :"..tostring(errInfo2))
end
end

Expand Down

0 comments on commit 4eccd24

Please sign in to comment.