Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added deactivated loading of SDL2_net to Java file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 30, 2013
1 parent 94ac84c commit b7511f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -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");
}
Expand Down

0 comments on commit b7511f8

Please sign in to comment.