Mark Sibly 7 years ago
parent
commit
0194aa617e
1 changed files with 2 additions and 3 deletions
  1. 2 3
      bananas/musictest/musictest.monkey2

+ 2 - 3
bananas/musictest/musictest.monkey2

@@ -50,9 +50,8 @@ Class MyWindow Extends Window
 		'Stop/Start?
 		If Keyboard.KeyHit( Key.Enter ) Or Mouse.ButtonHit( MouseButton.Left )
 			If _channel 
-				'_channel.Stop()
-				'_channel=Null
-				StartMusic()
+				_channel.Stop()
+				_channel=Null
 			Else
 				StartMusic()
 			Endif