Skip to content

Commit

Permalink
removed comment with number
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonRG committed Jul 7, 2021
1 parent b7d71cd commit 92b6251
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Clip.cpp
Expand Up @@ -121,9 +121,8 @@ void Clip::init_reader_settings() {

// Init reader's rotation (if any)
void Clip::init_reader_rotation() {
// Only init rotation from reader when needed
// Dont init rotation if clip has keyframes
if (rotation.GetCount() > 0)
// Do nothing if more than 1 rotation Point

This comment has been minimized.

Copy link
@ferdnyc

ferdnyc Jul 8, 2021

Contributor

👍

(Those narrative comments are the bane of my existence.)

return;

// Init rotation
Expand Down

0 comments on commit 92b6251

Please sign in to comment.