mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Remove playmuted audio configuration
This commit is contained in:
@@ -95,14 +95,7 @@ int w_vibrate(lua_State *L)
|
||||
|
||||
int w_hasBackgroundMusic(lua_State *L)
|
||||
{
|
||||
try
|
||||
{
|
||||
lua_pushboolean(L, instance()->hasBackgroundMusic());
|
||||
}
|
||||
catch (love::Exception &)
|
||||
{
|
||||
lua_pushnil(L);
|
||||
}
|
||||
lua_pushboolean(L, instance()->hasBackgroundMusic());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user