mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 20:10:29 +02:00
Update masterResetEntity.js
This commit is contained in:
parent
7681d8d77d
commit
68615e171a
1 changed files with 6 additions and 6 deletions
|
@ -86,11 +86,11 @@ function createAllToys() {
|
|||
});
|
||||
|
||||
|
||||
// createWhiteboard({
|
||||
// x: 500,
|
||||
// y: 500,
|
||||
// z: 500
|
||||
// });
|
||||
createWhiteboard({
|
||||
x: 500,
|
||||
y: 500,
|
||||
z: 500
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
@ -790,4 +790,4 @@ function randFloat(low, high) {
|
|||
|
||||
function randInt(low, high) {
|
||||
return Math.floor(randFloat(low, high));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue