Forgot to add libsdl_ttf to Java LoadLibrary() part
This commit is contained in:
@@ -27,6 +27,7 @@ class LoadLibrary {
|
||||
System.loadLibrary("sdl");
|
||||
System.loadLibrary("sdl_mixer");
|
||||
System.loadLibrary("sdl_image");
|
||||
System.loadLibrary("sdl_ttf");
|
||||
System.loadLibrary("application");
|
||||
System.loadLibrary("sdl_main");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user