Fixed missing @Override annotation warning in source for Android.

This commit is contained in:
Philipp Wiesemann 2013-12-24 20:04:53 +01:00
parent 2312c0b887
commit ffb9a7697b

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();