Skip to content

Commit

Permalink
Fixed missing @OverRide annotation warning in source for Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Dec 24, 2013
1 parent b97e077 commit 9285537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -621,6 +621,7 @@ public void surfaceChanged(SurfaceHolder holder,

// Set up a listener thread to catch when the native thread ends
new Thread(new Runnable(){
@Override
public void run(){
try {
SDLActivity.mSDLThread.join();
Expand Down

0 comments on commit 9285537

Please sign in to comment.