mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 16:29:29 +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 _this;
|
||||||
|
|
||||||
var masterResetScript = Script.resolvePath("masterResetFromEntity.js");
|
var masterResetScript = Script.resolvePath("masterReset.js");
|
||||||
Script.include(masterResetScript);
|
Script.include(masterResetScript);
|
||||||
|
|
||||||
ResetSwitch = function () {
|
ResetSwitch = function () {
|
||||||
|
|
|
@ -123,8 +123,6 @@ MasterReset = function () {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function createFire() {
|
function createFire() {
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue