Browse Source

fix debug helper update missing

Alexander Rose 4 years ago
parent
commit
e1170c0552
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/mol-canvas3d/canvas3d.ts

+ 1 - 0
src/mol-canvas3d/canvas3d.ts

@@ -304,6 +304,7 @@ namespace Canvas3D {
             if (allCommited) {
                 resolveCameraReset();
                 if (forceDrawAfterAllCommited) {
+                    if (debugHelper.isEnabled) debugHelper.update();
                     draw(true);
                     forceDrawAfterAllCommited = false;
                 }