mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:53:46 +02:00
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:
parent
6523a057a8
commit
54a51e6b8b
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue