mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:37:49 +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!!!");
|
print("EBL PRELOAD ENTITY SCRIPT!!!");
|
||||||
baton = virtualBaton({
|
baton = virtualBaton({
|
||||||
// One winner for each entity
|
// One winner for each entity
|
||||||
batonName: "io.highfidelity.soundEntityBatonTest:" + _this.entityID
|
batonName: "io.highfidelity.soundEntityBatonTest:" + _this.entityID,
|
||||||
|
debugFlow: true
|
||||||
});
|
});
|
||||||
stopUpdateAndReclaim();
|
stopUpdateAndReclaim();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue