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