Skip to content

Commit

Permalink
Editor: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 14, 2020
1 parent 9bd4460 commit 92ad8c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editor/js/Viewport.js
Expand Up @@ -689,8 +689,7 @@ function Viewport( editor ) {
}

endTime = performance.now();
var frametime = endTime - startTime;
editor.signals.sceneRendered.dispatch( frametime );
editor.signals.sceneRendered.dispatch( endTime - startTime );

}

Expand Down

0 comments on commit 92ad8c5

Please sign in to comment.