Update and rename masterResetEntity.js to masterReset.js

remove reference to 'entities' in the file name since this script does more than that.  also update the header file.
This commit is contained in:
James B. Pollack 2015-10-01 18:19:36 -07:00
parent 6523a057a8
commit 54a51e6b8b

View file

@ -1,4 +1,4 @@
//
// masterReset.js
// Created by Eric Levin on 9/23/2015
// Copyright 2015 High Fidelity, Inc.
//
@ -842,4 +842,4 @@ function randFloat(low, high) {
function randInt(low, high) {
return Math.floor(randFloat(low, high));
}
}