aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/jogl/BufferUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/jogl/BufferUtils.c')
-rw-r--r--src/native/jogl/BufferUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/jogl/BufferUtils.c b/src/native/jogl/BufferUtils.c
index f10a8ce6d..d5ea5b36e 100644
--- a/src/native/jogl/BufferUtils.c
+++ b/src/native/jogl/BufferUtils.c
@@ -49,6 +49,6 @@
#endif
JNIEXPORT jobject JNICALL
-Java_net_java_games_jogl_util_BufferUtils_bufferOffset(JNIEnv* env, jclass unused, jint offset) {
+Java_net_java_games_jogl_util_BufferUtils_bufferOffset0(JNIEnv* env, jclass unused, jint offset) {
return (*env)->NewDirectByteBuffer(env, (void*) (intptr_t) offset, 0);
}