mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-17 19:48:51 +00:00
Fixed missing @Override annotation warning in source for Android.
This commit is contained in:
parent
b97e077e47
commit
9285537180
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
|
||||
new Thread(new Runnable(){
|
||||
@Override
|
||||
public void run(){
|
||||
try {
|
||||
SDLActivity.mSDLThread.join();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue