mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
debug
This commit is contained in:
parent
7659aed97a
commit
b8cb71e16a
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@
|
|||
print("EBL PRELOAD ENTITY SCRIPT!!!");
|
||||
baton = virtualBaton({
|
||||
// One winner for each entity
|
||||
batonName: "io.highfidelity.soundEntityBatonTest:" + _this.entityID
|
||||
batonName: "io.highfidelity.soundEntityBatonTest:" + _this.entityID,
|
||||
debugFlow: true
|
||||
});
|
||||
stopUpdateAndReclaim();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue