You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw in the source code of love that e.g. w_Source_setPosition(lua_State * L) is already written in wrap_Source(modules\audio) but is not included in the luaL_Reg functions[] at the bottom. Why are these not functions registered?
This would be a great feature to have since the setPosition/setOrientation/setVelocity for the listener can already be used(example http://love2d.org/wiki/love.audio.setPosition) and this would make no sense without the corresponding functions for the sources
The text was updated successfully, but these errors were encountered:
Original report by Anonymous.
I saw in the source code of love that e.g. w_Source_setPosition(lua_State * L) is already written in wrap_Source(modules\audio) but is not included in the luaL_Reg functions[] at the bottom. Why are these not functions registered?
This would be a great feature to have since the setPosition/setOrientation/setVelocity for the listener can already be used(example http://love2d.org/wiki/love.audio.setPosition) and this would make no sense without the corresponding functions for the sources
The text was updated successfully, but these errors were encountered: