Skip to content

Commit

Permalink
fixed 'show sound tray on load' flixel bug, in FlxGame
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevsrobots committed Mar 30, 2010
1 parent 94d7d4f commit 3aa7d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/flixel/FlxGame.as
Expand Up @@ -478,7 +478,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 3aa7d26

Please sign in to comment.