Skip to content

Commit

Permalink
upd wrt review advice
Browse files Browse the repository at this point in the history
  • Loading branch information
complyue committed May 12, 2024
1 parent 069f5c1 commit dafb5c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ public void reset() {}

@Override
public void dispose() {
sPool.free(this);
if (mSoundPlayer != null) {
mSoundPlayer.stop();
}
sPool.free(this);
}

public void setDestination(OrientedPoint point) {
Expand Down

0 comments on commit dafb5c5

Please sign in to comment.