This commit is contained in:
ericrius1 2016-03-22 17:10:04 -07:00
parent 608821b50b
commit 107479039a
2 changed files with 2 additions and 1 deletions

View file

@ -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);

View file

@ -9,6 +9,7 @@
var myEntity = Entities.addEntity({
type: "Box",
name: "hifi-baton-entity",
color: {
red: 200,
green: 10,