Added name for second Java Thread on Android.

Philipp Wiesemann 2014-11-23 20:35:51 +01:00
parent d9a42c76b1
commit c121ff7f9a
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ class SDLSurface extends SurfaceView implements SurfaceHolder.Callback,
} }
} }
} }
}); }, "SDLThreadListener");
SDLActivity.mSDLThread.start(); SDLActivity.mSDLThread.start();
} }
} }