Re-enabled core to restore and save OpenGL state for on-screen keyboard, it just makes your life so much easier
This commit is contained in:
@@ -567,6 +567,7 @@ public class MainActivity extends Activity {
|
||||
}
|
||||
catch( UnsatisfiedLinkError e )
|
||||
{
|
||||
System.out.println("libSDL: error loading lib " + l + ": " + e.toString());
|
||||
System.loadLibrary(l);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user