AL_SOURCE_TYPE changed value ...

This commit is contained in:
Brian Matzon 2007-04-19 22:21:37 +00:00
parent 4152deb7c4
commit 80bd5b9e03
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public interface AL10 {
* Indicate the type of SOURCE.
* Sources can be spatialized
*/
int AL_SOURCE_TYPE = 0x200;
int AL_SOURCE_TYPE = 0x1027;
/** Indicate source has absolute coordinates */
int AL_SOURCE_ABSOLUTE = 0x201;