Skip to content

Commit

Permalink
Added name for second Java Thread on Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Nov 23, 2014
1 parent d9a42c7 commit c121ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -1072,7 +1072,7 @@ public void run(){
}
}
}
});
}, "SDLThreadListener");
SDLActivity.mSDLThread.start();
}
}
Expand Down

0 comments on commit c121ff7

Please sign in to comment.