mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:24:07 +02:00
update
This commit is contained in:
parent
608821b50b
commit
107479039a
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
this.maybeClaim = function() {
|
||||
if (_this.isBatonOwner === true) {
|
||||
_this.soundIntervalConnected = false;
|
||||
_this.isBatonOwner = false;
|
||||
}
|
||||
Entities.editEntity(_this.batonDebugModel, {visible: false});
|
||||
baton.claim(_this.startUpdate, _this.maybeClaim);
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
var myEntity = Entities.addEntity({
|
||||
type: "Box",
|
||||
name: "hifi-baton-entity",
|
||||
color: {
|
||||
red: 200,
|
||||
green: 10,
|
||||
|
|
Loading…
Reference in a new issue