mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Fixed headers
This commit is contained in:
parent
3dd74a33d3
commit
f230dcd1c0
2 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// ResetSwitch.js
|
||||
// hiddenEntityReset.js
|
||||
//
|
||||
// Created by Eric Levin on 10/2/15.
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
|
@ -52,7 +52,6 @@
|
|||
|
||||
|
||||
MasterReset = function () {
|
||||
print("SHNUR");
|
||||
var resetKey = "resetMe";
|
||||
var GRABBABLE_DATA_KEY = "grabbableKey";
|
||||
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
// immediateClientReset.js
|
||||
// Created by Eric Levin on 9/23/2015
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
/*global print, MyAvatar, Entities, AnimationCache, SoundCache, Scene, Camera, Overlays, Audio, HMD, AvatarList, AvatarManager, Controller, UndoStack, Window, Account, GlobalServices, Script, ScriptDiscoveryService, LODManager, Menu, Vec3, Quat, AudioDevice, Paths, Clipboard, Settings, XMLHttpRequest, pointInExtents, vec3equal, setEntityCustomData, getEntityCustomData */
|
||||
|
||||
/*global MasterReset */
|
||||
|
||||
var masterResetScript = Script.resolvePath("masterReset.js");
|
||||
var hiddenEntityScriptURL = Script.resolvePath("hiddenEntityReset.js");
|
||||
|
|
Loading…
Reference in a new issue