Skip to content

Commit

Permalink
64비트변경전
Browse files Browse the repository at this point in the history
  • Loading branch information
Buizz committed Jan 31, 2023
1 parent 31306b5 commit 7d35068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EUD Editor 3/Data/Lua/TriggerEditor/BGMPlayer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BGM
function SetBGM(BGMName)
preDefine("import TriggerEditor.BGMPlayerWrapper as bg;")
onPluginText("bg.loadSound();")
beforeText("bg.Exec();")
beforeText('foreach (cp : EUDLoopPlayer("Human")) {setcurpl(cp); bg.Exec();}')

--bindex = GetBGMIndex(BGMName)

Expand Down

0 comments on commit 7d35068

Please sign in to comment.