mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
Change my previous fix based on feedback from dev @saml
This commit is contained in:
@@ -651,7 +651,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
|
||||
}
|
||||
case COMMAND_CHANGE_SURFACEVIEW_FORMAT:
|
||||
{
|
||||
int format = ((Integer) msg.obj).intValue();
|
||||
int format = (Integer) msg.obj;
|
||||
int pf;
|
||||
|
||||
if (SDLActivity.mSurface == null) {
|
||||
|
||||
Reference in New Issue
Block a user