GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames
MIT License
1.67k stars 1.56k forks source link

Fixed alGetListener3f and alGetSource3f #333

Closed capnlove closed 8 years ago

capnlove commented 8 years ago

Functions were not looking for Float3 AL_Enums, thus always returning an error. alGetlistener3f was not processing the correct argument and the return value was corrupted.