Remove unload callback

This commit is contained in:
Atlante45 2015-04-03 16:09:23 +02:00
parent cc7cda39f1
commit 0434b1fd28

View file

@ -212,12 +212,8 @@
this.preload = function(entityID) {
this.preOperation(entityID);
};
this.unload = function(){
Entities.deleteEntity(this.lightID);
}
this.clickReleaseOnEntity = function(entityID, mouseEvent) {
this.preOperation(entityID);