Ver código fonte

renaming to fit the directory structure

Raanan Weber 7 anos atrás
pai
commit
e13827fe1c

+ 1 - 1
Viewer/src/viewer/viewer.ts

@@ -604,7 +604,7 @@ export abstract class AbstractViewer {
             platform: navigator.platform
         });
 
-        // telemetryManager.flushWebGLErrors(this);
+        telemetryManager.flushWebGLErrors(this);
 
         let trackFPS: Function = () => {
             telemetryManager.broadcast("Current FPS", this, { fps: this.engine.getFps() });

Viewer/tests/unit/src/Viewer/viewer.ts → Viewer/tests/unit/src/viewer/viewer.ts