Update: CC - Before Render - Moorcow (to6trvr3fj.js) 20 bytes modified

beta.r3js.org
-=yb4f310 2017-11-16 10:17:41 +01:00
parent 809bb9665a
commit 4787192f7a
1 changed files with 10 additions and 10 deletions

View File

@ -193,16 +193,16 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
name = 'Audio - Blast 3';
}
if (this.blastSubscription) {
GameLib.Event.Emit(
GameLib.Event.PLAY_AUDIO,
{
name : 'Audio - Ho ho ho'
}
);
this.blastSubscription.remove();
this.blastSubscription = null;
}
//if (this.blastSubscription) {
// GameLib.Event.Emit(
// GameLib.Event.PLAY_AUDIO,
// {
// name : 'Audio - Ho ho ho'
// }
// );
// this.blastSubscription.remove();
// this.blastSubscription = null;
//}
this.blastSubscription = GameLib.Event.Subscribe(
GameLib.Event.AUDIO_ENDED,