Update: CC - Mouse Down (ahm5t3rg19.js) 11 bytes modified

beta.r3js.org
-=yb4f310 2017-11-15 23:57:48 +01:00
parent 320074e5e6
commit c0930cb209
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ this.subscription = GameLib.Event.Subscribe(
GameLib.Event.Emit(GameLib.Event.MOUSE_UP);
this.subscription.remove();
}
}
}.bind(this)
);
return null;