Fixed missing @Override annotation warning in source for Android.

Philipp Wiesemann 2013-12-24 20:04:53 +01:00
parent b97e077e47
commit 9285537180
1 changed files with 1 additions and 0 deletions

View File

@ -621,6 +621,7 @@ class SDLSurface extends SurfaceView implements SurfaceHolder.Callback,
// Set up a listener thread to catch when the native thread ends
new Thread(new Runnable(){
@Override
public void run(){
try {
SDLActivity.mSDLThread.join();