mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 06:23:51 +02:00
object typo
This commit is contained in:
parent
816873204a
commit
a8ec78ed2f
2 changed files with 5 additions and 6 deletions
|
@ -76,7 +76,7 @@
|
||||||
rotation: rotatorProps.rotation,
|
rotation: rotatorProps.rotation,
|
||||||
userData: JSON.stringify({
|
userData: JSON.stringify({
|
||||||
'grabbableKey': {
|
'grabbableKey': {
|
||||||
'grabbable:', false
|
'grabbable': false
|
||||||
},
|
},
|
||||||
'hifiHomeKey': {
|
'hifiHomeKey': {
|
||||||
'reset': true
|
'reset': true
|
||||||
|
|
|
@ -431,7 +431,6 @@
|
||||||
var data = {
|
var data = {
|
||||||
fishLoaded: true,
|
fishLoaded: true,
|
||||||
innerContainer: _this.userData['hifi-home-fishtank'].innerContainer,
|
innerContainer: _this.userData['hifi-home-fishtank'].innerContainer,
|
||||||
|
|
||||||
}
|
}
|
||||||
setEntityCustomData(FISHTANK_USERDATA_KEY, _this.entityID, data);
|
setEntityCustomData(FISHTANK_USERDATA_KEY, _this.entityID, data);
|
||||||
_this.userData['hifi-home-fishtank'].fishLoaded = true;
|
_this.userData['hifi-home-fishtank'].fishLoaded = true;
|
||||||
|
|
Loading…
Reference in a new issue