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'; name = 'Audio - Blast 3';
} }
if (this.blastSubscription) { //if (this.blastSubscription) {
GameLib.Event.Emit( // GameLib.Event.Emit(
GameLib.Event.PLAY_AUDIO, // GameLib.Event.PLAY_AUDIO,
{ // {
name : 'Audio - Ho ho ho' // name : 'Audio - Ho ho ho'
} // }
); // );
this.blastSubscription.remove(); // this.blastSubscription.remove();
this.blastSubscription = null; // this.blastSubscription = null;
} //}
this.blastSubscription = GameLib.Event.Subscribe( this.blastSubscription = GameLib.Event.Subscribe(
GameLib.Event.AUDIO_ENDED, GameLib.Event.AUDIO_ENDED,