Fix issue #494: Source:getDistance doesn't work

This commit is contained in:
vrld
2012-11-23 10:24:15 +01:00
parent b2f1408b12
commit dcfc18192d
+1 -1
View File
@@ -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},