Skip to content

Commit

Permalink
DanmakuTextureView: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiao committed Apr 14, 2014
1 parent 13a7bb0 commit 02b0c35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -255,7 +255,7 @@ else if (handler.isStop()) {
@Override
public void pause() {
if (handler != null)
handler.quit();
handler.pause();
}

@Override

0 comments on commit 02b0c35

Please sign in to comment.