From 80bd5b9e03076c62bc7fe0af4cfedc9186ba7469 Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Thu, 19 Apr 2007 22:21:37 +0000 Subject: [PATCH] AL_SOURCE_TYPE changed value ... --- src/templates/org/lwjgl/openal/AL10.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;