Skip to content

Commit

Permalink
Change my previous fix based on feedback from dev @saml
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 23, 2019
1 parent 624f8ca commit f525253
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 = ((Integer) msg.obj).intValue();
int format = (Integer) msg.obj;
int pf;

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

0 comments on commit f525253

Please sign in to comment.