Added deactivated loading of SDL2_net to Java file.
This commit is contained in:
parent
689a31a050
commit
8fc42c451c
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue