Skip to content

Commit

Permalink
Remove render event
Browse files Browse the repository at this point in the history
  • Loading branch information
hpinkos committed May 15, 2017
1 parent 466112a commit 55aab33
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 55aab33

Please sign in to comment.