mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fix compile errors I hit when building org.libsdl in source2 (part 2 of 2) @saml
This commit is contained in:
parent
45b5453b16
commit
ecce803d54
@ -651,7 +651,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
|
||||
}
|
||||
case COMMAND_CHANGE_SURFACEVIEW_FORMAT:
|
||||
{
|
||||
int format = ((int)msg.obj);
|
||||
int format = ((Integer) msg.obj).intValue();
|
||||
int pf;
|
||||
|
||||
if (SDLActivity.mSurface == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user