Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Feb 1, 2024
1 parent 1558032 commit b393aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async function init() {

} else {

writeOutput( 'Full rendering took ' + numFramesForLastRender + ' frames (since last camera movement)' );
writeOutput( 'Finished in ' + numFramesForLastRender + ' frames' );
numFramesRendering = 0;

}
Expand Down

0 comments on commit b393aab

Please sign in to comment.