mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-24 16:15:36 +00:00
Fixed missing @Override annotation warning in source for Android.
This commit is contained in:
parent
b97e077e47
commit
9285537180
|
@ -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…
Reference in a new issue