Przeglądaj źródła

* Fixed BufferUtils on android when used on non bytebuffers

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9211 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
Sha..rd 13 lat temu
rodzic
commit
aa8298ecdf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      engine/src/core/com/jme3/util/BufferUtils.java

+ 1 - 1
engine/src/core/com/jme3/util/BufferUtils.java

@@ -1179,7 +1179,7 @@ public final class BufferUtils {
             viewedBufferMethod = loadMethod("sun.nio.ch.DirectBuffer", "viewedBuffer");
             viewedBufferMethod = loadMethod("sun.nio.ch.DirectBuffer", "viewedBuffer");
             
             
             // Apache Harmony
             // Apache Harmony
-            freeMethod = loadMethod("java.nio.DirectByteBuffer", "free");
+            freeMethod = loadMethod("org.apache.harmony.nio.internal.DirectBuffer", "free");
             
             
             // GUN Classpath (not likely)
             // GUN Classpath (not likely)
             //finalizeMethod = loadMethod("java.nio.DirectByteBufferImpl", "finalize");
             //finalizeMethod = loadMethod("java.nio.DirectByteBufferImpl", "finalize");