mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(ui): implement Script_StopGlueMusic
This commit is contained in:
parent
1d2ac04370
commit
65d488c409
@ -119,7 +119,10 @@ int32_t Script_PlayCreditsMusic(lua_State* L) {
|
||||
}
|
||||
|
||||
int32_t Script_StopGlueMusic(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
SI2::StopCreditsMusic();
|
||||
SI2::StopGlueMusic(-1.0f);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t Script_GetMovieResolution(lua_State* L) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user