mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Merged default into minor
--HG-- branch : minor
This commit is contained in:
@@ -44,8 +44,8 @@ int w_Source_clone(lua_State *L)
|
||||
int w_Source_play(lua_State *L)
|
||||
{
|
||||
Source *t = luax_checksource(L, 1);
|
||||
t->play();
|
||||
return 0;
|
||||
luax_pushboolean(L, t->play());
|
||||
return 1;
|
||||
}
|
||||
|
||||
int w_Source_stop(lua_State *L)
|
||||
|
||||
Reference in New Issue
Block a user