mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-02 11:34:38 +01:00
AL_SOURCE_TYPE changed value ...
This commit is contained in:
parent
4152deb7c4
commit
80bd5b9e03
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue