Fix conflicts with default

--HG--
branch : sounddata-samplecount
This commit is contained in:
darthfodder
2013-04-07 18:22:56 -07:00
39 changed files with 50112 additions and 45013 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ int w_SoundData_getSampleCount(lua_State *L)
int w_SoundData_getDuration(lua_State *L)
{
SoundData *t = luax_checksounddata(L, 1);
lua_pushinteger(L, t->getDuration());
lua_pushnumber(L, t->getDuration());
return 1;
}