2
0
Mark Sibly 7 жил өмнө
parent
commit
0194aa617e

+ 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