Added deactivated loading of SDL2_net to Java file.

This commit is contained in:
Philipp Wiesemann
2013-05-30 12:23:36 +02:00
parent 1130091307
commit 0122ce66f8

View File

@@ -55,6 +55,7 @@ public class SDLActivity extends Activity {
System.loadLibrary("SDL2");
//System.loadLibrary("SDL2_image");
//System.loadLibrary("SDL2_mixer");
//System.loadLibrary("SDL2_net");
//System.loadLibrary("SDL2_ttf");
System.loadLibrary("main");
}