mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Rename SoundData:getBits to getBitDepth (resolve #636)
This commit is contained in:
@@ -33,7 +33,7 @@ namespace sound
|
||||
SoundData *luax_checksounddata(lua_State *L, int idx);
|
||||
int w_getSize(lua_State *L);
|
||||
int w_getChannels(lua_State *L);
|
||||
int w_getBits(lua_State *L);
|
||||
int w_getBitDepth(lua_State *L);
|
||||
int w_getSampleRate(lua_State *L);
|
||||
int w_getSampleCount(lua_State *L);
|
||||
int w_getDuration(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user