mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
unload baton
This commit is contained in:
parent
107479039a
commit
60bb77fd34
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
baton.claim(_this.startUpdate, _this.maybeClaim);
|
||||
}
|
||||
|
||||
this.unload = function() {
|
||||
baton.unload();
|
||||
}
|
||||
|
||||
this.preload = function(entityID) {
|
||||
_this.entityID = entityID
|
||||
_this.batonDebugModel = Entities.addEntity({
|
||||
|
|
Loading…
Reference in a new issue