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 689a31a050
commit 8fc42c451c

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");
}