mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 12:24:26 +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,
|
||||
userData: JSON.stringify({
|
||||
'grabbableKey': {
|
||||
'grabbable:', false
|
||||
'grabbable': false
|
||||
},
|
||||
'hifiHomeKey': {
|
||||
'reset': true
|
||||
|
|
|
@ -431,7 +431,6 @@
|
|||
var data = {
|
||||
fishLoaded: true,
|
||||
innerContainer: _this.userData['hifi-home-fishtank'].innerContainer,
|
||||
|
||||
}
|
||||
setEntityCustomData(FISHTANK_USERDATA_KEY, _this.entityID, data);
|
||||
_this.userData['hifi-home-fishtank'].fishLoaded = true;
|
||||
|
|
Loading…
Reference in a new issue