Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl1 committed May 8, 2014
1 parent 219a8ac commit bdacb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impl/AndroidSound.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void play(float volume) {
@Override
public void dispose() {
// TODO Auto-generated method stub
soundPool.unload(soundID);
soundPool.unload(soundId);

}

Expand Down

0 comments on commit bdacb12

Please sign in to comment.