mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 16:52:28 +02:00
one ring to rule
This commit is contained in:
parent
dc50efe7ec
commit
7b39700136
1 changed files with 2 additions and 5 deletions
|
@ -64,13 +64,10 @@
|
|||
oldColor = properties.color;
|
||||
dimensions = Vec3.multiply(scale, properties.dimensions);
|
||||
baton = virtualBaton({
|
||||
// FIXME: batonName: 'io.highfidelity.tribble:' + entityID,
|
||||
// If we wanted to have only one tribble change colors, we could do:
|
||||
batonName: 'io.highfidelity.tribble',
|
||||
instanceId: entityID + MyAvatar.sessionUUID,
|
||||
debugFlow: true,
|
||||
debugSend: true,
|
||||
debugReceive: true
|
||||
debugSend: false,
|
||||
debugReceive: false
|
||||
});
|
||||
if (editTimeout) {
|
||||
baton.claim(startUpdate, stopUpdateAndReclaim);
|
Loading…
Reference in a new issue