Navigation Menu

Skip to content

Commit

Permalink
Fix compile errors I hit when building org.libsdl in source2 (part 2 …
Browse files Browse the repository at this point in the history
…of 2) @saml
  • Loading branch information
slouken committed Apr 23, 2019
1 parent 45b5453 commit ecce803
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -651,7 +651,7 @@ public void handleMessage(Message msg) {
}
case COMMAND_CHANGE_SURFACEVIEW_FORMAT:
{
int format = ((int)msg.obj);
int format = ((Integer) msg.obj).intValue();
int pf;

if (SDLActivity.mSurface == null) {
Expand Down

0 comments on commit ecce803

Please sign in to comment.