Skip to content

Commit 73ef2ae

Browse files
authored
Fix typo in Chapter 15 of Building 2D Games tutorial (#272)
1 parent 5632058 commit 73ef2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/tutorials/building_2d_games/15_audio_controller/snippets/audiocontroller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public void ResumeAudio()
256256
/// </summary>
257257
public void MuteAudio()
258258
{
259-
// Store the volume so they can be restored during ResumeAudio
259+
// Store the volume so they can be restored during UnmuteAudio
260260
_previousSongVolume = MediaPlayer.Volume;
261261
_previousSoundEffectVolume = SoundEffect.MasterVolume;
262262

0 commit comments

Comments
 (0)