瀏覽代碼

Update for dev mode

Nikatlas 5 年之前
父節點
當前提交
56280e8e7c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Systems/Gui.js
  2. 1 1
      yarn.lock

+ 1 - 1
Systems/Gui.js

@@ -30,7 +30,7 @@ export default class Gui extends BaseSystem {
     this.toolbox = this.toolboxRef;
 
 
-    this.CoreSystem = new CoreSystem();
+    this.CoreSystem = new CoreSystem(true);
     this.CoreSystem.onUpdate(() => {
       this.forceUpdate();
     })

+ 1 - 1
yarn.lock

@@ -5718,7 +5718,7 @@ [email protected]:
 
 "trapilib@http://git.onarbooks.com/Klapi/TrapiLib.git":
   version "1.1.1"
-  resolved "http://git.onarbooks.com/Klapi/TrapiLib.git#65deaa6168945176009c1de707360b086467dda2"
+  resolved "http://git.onarbooks.com/Klapi/TrapiLib.git#de1f4c05d9cb0bf6420c561d63426a95578f3e25"
   dependencies:
     expo "^34.0.0-experiment.8"
     prop-types "^15.7.2"