mirror of
https://github.com/yawut/SDL.git
synced 2026-09-12 11:06:49 -05:00
Added deactivated loading of SDL2_net to Java file.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user