Fixed missing @Override annotation warning in source for Android.
This commit is contained in:
parent
7297902ce0
commit
d67b11b967
1 changed files with 1 additions and 0 deletions
|
@ -621,6 +621,7 @@ class SDLSurface extends SurfaceView implements SurfaceHolder.Callback,
|
||||||
|
|
||||||
// Set up a listener thread to catch when the native thread ends
|
// Set up a listener thread to catch when the native thread ends
|
||||||
new Thread(new Runnable(){
|
new Thread(new Runnable(){
|
||||||
|
@Override
|
||||||
public void run(){
|
public void run(){
|
||||||
try {
|
try {
|
||||||
SDLActivity.mSDLThread.join();
|
SDLActivity.mSDLThread.join();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue