Skip to content

Commit

Permalink
Merge pull request #5324 from AnalyticalGraphicsInc/fix-cesium-inspector
Browse files Browse the repository at this point in the history
Fix viewerCesiumInspectorMixin
  • Loading branch information
Tom Fili authored May 15, 2017
2 parents 466112a + 55aab33 commit f511524
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Widgets/Viewer/viewerCesiumInspectorMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ define([
}
}
});

viewer.scene.postRender.addEventListener(function() {
viewer.cesiumInspector.viewModel.update();
});
}

return viewerCesiumInspectorMixin;
Expand Down

0 comments on commit f511524

Please sign in to comment.