mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 20:45:41 +02:00
testing one
This commit is contained in:
parent
bfde77747a
commit
54d82e6cc6
2 changed files with 1 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
var _this;
|
||||
|
||||
var masterResetScript = Script.resolvePath("masterResetFromEntity.js");
|
||||
var masterResetScript = Script.resolvePath("masterReset.js");
|
||||
Script.include(masterResetScript);
|
||||
|
||||
ResetSwitch = function () {
|
||||
|
|
|
@ -123,8 +123,6 @@ MasterReset = function () {
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
function createFire() {
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue