mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
Merge pull request #4591 from Atlante45/entity_random_delete
Remove unload callback
This commit is contained in:
commit
d34133a89b
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue