mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 00:36:32 +02:00
added 0 prefix to nums
This commit is contained in:
parent
89d235e2c2
commit
a95176be8f
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ var entityProps = {
|
|||
blue: 200
|
||||
},
|
||||
dimensions: {
|
||||
x: .1,
|
||||
y: .1,
|
||||
z: .1
|
||||
x: 0.1,
|
||||
y: 0.1,
|
||||
z: 0.1
|
||||
},
|
||||
userData: JSON.stringify(userData),
|
||||
script: SCRIPT_URL
|
||||
|
|
Loading…
Reference in a new issue