mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Fix issue #494: Source:getDistance doesn't work
This commit is contained in:
@@ -312,7 +312,7 @@ static const luaL_Reg functions[] =
|
||||
{ "setVolumeLimits", w_Source_setVolumeLimits },
|
||||
{ "getVolumeLimits", w_Source_getVolumeLimits },
|
||||
{ "setDistance", w_Source_setDistance },
|
||||
{ "getDistance", w_Source_setDistance },
|
||||
{ "getDistance", w_Source_getDistance },
|
||||
{ "setRolloff", w_Source_setRolloff},
|
||||
{ "getRolloff", w_Source_getRolloff},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user