mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 05:44:12 +02:00
Update masterReset.js
add 0 before numbers
This commit is contained in:
parent
0e4aaaceeb
commit
77d66de7f3
1 changed files with 3 additions and 3 deletions
|
@ -148,8 +148,8 @@ MasterReset = function() {
|
|||
position: position,
|
||||
dimensions: {
|
||||
x: 0.05,
|
||||
y: .23,
|
||||
z: .36
|
||||
y: 0.23,
|
||||
z: 0.36
|
||||
},
|
||||
script: gunScriptURL,
|
||||
color: {
|
||||
|
@ -1358,4 +1358,4 @@ MasterReset = function() {
|
|||
|
||||
Script.scriptEnding.connect(cleanup);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue