浏览代码

import deepmerge was missing

Raanan Weber 7 年之前
父节点
当前提交
7c5b700aa4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Viewer/src/managers/sceneManager.ts

+ 1 - 0
Viewer/src/managers/sceneManager.ts

@@ -7,6 +7,7 @@ import { ViewerLabs } from '../labs/viewerLabs';
 import { getCustomOptimizerByName } from '../optimizer/custom/';
 import { ObservablesManager } from '../managers/observablesManager';
 import { ConfigurationContainer } from '../configuration/configurationContainer';
+import { deepmerge } from '../helper';
 
 /**
  * This interface describes the structure of the variable sent with the configuration observables of the scene manager.