Browse Source

Hotfix for Android Marshmallow

This change get's T2D to workd on Android 6.0.1 Marshmallow
Peter Robinson 5 năm trước cách đây
mục cha
commit
dd186d2911

+ 1 - 0
engine/compilers/android-studio/app/src/main/java/com/garagegames/torque2d/MyNativeActivity.java

@@ -7,6 +7,7 @@ import android.os.Bundle;
 
 public class MyNativeActivity extends NativeActivity {
   static {
+	System.loadLibrary("torque2d");
     System.loadLibrary("openal"); 
   }