Skip to content

Commit

Permalink
Update Src/CZICmd/execute.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: m-aXimilian <[email protected]>
  • Loading branch information
ptahmose and m-aXimilian authored Dec 12, 2024
1 parent d83f9ca commit 6e7fcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/CZICmd/execute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ class CExecuteSingleChannelTileAccessor : CExecuteBase
sctaOptions.sceneFilter = options.GetSceneIndexSet();
sctaOptions.useVisibilityCheckOptimization = options.GetUseVisibilityCheckOptimization();

IntRect roi{ options.GetRectX() ,options.GetRectY(), options.GetRectW(), options.GetRectH() };
IntRect roi{ options.GetRectX(), options.GetRectY(), options.GetRectW(), options.GetRectH() };
if (options.GetIsRelativeRectCoordinate())
{
auto statistics = spReader->GetStatistics();
Expand Down

0 comments on commit 6e7fcc0

Please sign in to comment.