mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 15:23:05 +02:00
Remove unload callback
This commit is contained in:
parent
cc7cda39f1
commit
0434b1fd28
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