Raanan Weber преди 7 години
родител
ревизия
b718231361
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Viewer/src/configuration/configurationCompatibility.ts

+ 1 - 1
Viewer/src/configuration/configurationCompatibility.ts

@@ -42,7 +42,7 @@ export function processConfigurationCompatibility(configuration: ViewerConfigura
             setKeyInObject(configuration, "scene.assetsRootURL", configuration.lab.assetsRootURL);
         }
         if (configuration.lab.environmentMap) {
-            setKeyInObject(configuration, "scene.environmentMap", configuration.lab.environmentMap);
+            setKeyInObject(configuration, "environmentMap", configuration.lab.environmentMap, true);
         }
     }
 }