aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2007-05-11 22:02:27 +0000
committerCarsten Weisse <[email protected]>2007-05-11 22:02:27 +0000
commita713750262d77bdbf66163400c572b4230e04525 (patch)
tree858f1bc35c327051526fdeee2272d6958da6b080
parent828ec8678defcf18c231c6e89d609aa549ddfd56 (diff)
update to lwjgl 1.1
-rw-r--r--lib/lwjgl/patch/org/lwjgl/BufferChecks.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/lwjgl/patch/org/lwjgl/BufferChecks.java b/lib/lwjgl/patch/org/lwjgl/BufferChecks.java
index 58f39f4..82fbe19 100644
--- a/lib/lwjgl/patch/org/lwjgl/BufferChecks.java
+++ b/lib/lwjgl/patch/org/lwjgl/BufferChecks.java
@@ -48,8 +48,8 @@ import java.nio.LongBuffer;
* </p>
* @author cix_foo <[email protected]>
* @author elias_naur <[email protected]>
- * @version $Revision: 1.3 $
- * $Id: BufferChecks.java,v 1.3 2007-05-11 21:00:27 cawe Exp $
+ * @version $Revision: 1.4 $
+ * $Id: BufferChecks.java,v 1.4 2007-05-11 22:02:27 cawe Exp $
*/
public class BufferChecks {
/** Static methods only! */
@@ -115,7 +115,7 @@ public class BufferChecks {
* The minimum buffer size
* @throws IllegalArgumentException
*/
- private static void checkBufferSize(Buffer buf, int size) {
+ public static void checkBufferSize(Buffer buf, int size) {
}
public static void checkBuffer(ByteBuffer buf, int size) {