Skip to content

Commit

Permalink
Merge pull request #332 from fixstars/update/windows-order-flip
Browse files Browse the repository at this point in the history
Update/windows order flip
  • Loading branch information
iitaku authored Oct 11, 2024
2 parents df757a4 + d1fee9a commit 1051b64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bb/image-io/rt_u3v.h
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,9 @@ class U3V {
}
if (is_gendc_) {
frame_count_method_ = FrameCountMethod::TYPESPECIFIC3;
#ifndef _WIN32
order_filp_ = true;
#endif
}
}
}
Expand Down

0 comments on commit 1051b64

Please sign in to comment.