mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +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.preload = function(entityID) {
|
||||||
this.preOperation(entityID);
|
this.preOperation(entityID);
|
||||||
};
|
|
||||||
this.unload = function(){
|
|
||||||
Entities.deleteEntity(this.lightID);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.clickReleaseOnEntity = function(entityID, mouseEvent) {
|
this.clickReleaseOnEntity = function(entityID, mouseEvent) {
|
||||||
this.preOperation(entityID);
|
this.preOperation(entityID);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue