Update masterResetEntity.js

This commit is contained in:
Eric Levin 2015-09-29 17:40:05 -07:00
parent 7681d8d77d
commit 68615e171a

View file

@ -86,11 +86,11 @@ function createAllToys() {
}); });
// createWhiteboard({ createWhiteboard({
// x: 500, x: 500,
// y: 500, y: 500,
// z: 500 z: 500
// }); });
@ -790,4 +790,4 @@ function randFloat(low, high) {
function randInt(low, high) { function randInt(low, high) {
return Math.floor(randFloat(low, high)); return Math.floor(randFloat(low, high));
} }