diff --git a/src/templates/org/lwjgl/openal/AL10.java b/src/templates/org/lwjgl/openal/AL10.java index 22f433f3..f956642f 100644 --- a/src/templates/org/lwjgl/openal/AL10.java +++ b/src/templates/org/lwjgl/openal/AL10.java @@ -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;