Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aumuell committed Nov 20, 2023
1 parent 58e4653 commit 496a81f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/vistle/renderer/parrendmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,8 @@ void ParallelRemoteRenderManager::setCurrentView(size_t i)
checkIceTError("after reset tiles");
}

icetBoundingBoxf(localBoundMin[0], localBoundMax[0], localBoundMin[1], localBoundMax[1], localBoundMin[2], localBoundMax[2]);
icetBoundingBoxf(localBoundMin[0], localBoundMax[0], localBoundMin[1], localBoundMax[1], localBoundMin[2],
localBoundMax[2]);
checkIceTError("exit setCurrentView");
}

Expand Down

0 comments on commit 496a81f

Please sign in to comment.