Skip to content

Commit

Permalink
removed annoying volume popup froms tartup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevsrobots committed Sep 7, 2010
1 parent c1c2a96 commit 68c760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/flixel/FlxGame.as
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ package org.flixel
FlxG.volume = soundPrefs.data.volume;
if(soundPrefs.data.mute != null)
FlxG.mute = soundPrefs.data.mute;
showSoundTray(true);
//showSoundTray(true);
}

//All set!
Expand Down

0 comments on commit 68c760e

Please sign in to comment.