mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 19:10:56 +02:00
Update masterReset.js
leading zeroes
This commit is contained in:
parent
79a60c0648
commit
74badfb667
1 changed files with 4 additions and 4 deletions
|
@ -233,9 +233,9 @@ MasterReset = function() {
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
accelerationSpread: {
|
accelerationSpread: {
|
||||||
x: .00,
|
x: 0.00,
|
||||||
y: .00,
|
y: 0.00,
|
||||||
z: .00
|
z: 0.00
|
||||||
},
|
},
|
||||||
radiusStart: 0.01,
|
radiusStart: 0.01,
|
||||||
radiusFinish: 0.005,
|
radiusFinish: 0.005,
|
||||||
|
@ -1494,4 +1494,4 @@ MasterReset = function() {
|
||||||
|
|
||||||
Script.scriptEnding.connect(cleanup);
|
Script.scriptEnding.connect(cleanup);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue