Skip to content

Commit

Permalink
Update SceneView.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHanke authored Oct 2, 2024
1 parent 6c82f56 commit 0b32bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GafferSceneUI/SceneView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ class CameraOverlay : public GafferUI::Gadget
V2f fraction = V2f( gateDiff / V2f( div_h, div_v ) );
vector<Box2f> customGrid;
customGrid.reserve( div_h * div_v ); // I read that this is galaxy brain C++, maybe not needed, haha

for( int v = 0; v < div_v; v++ )
{
for( int h = 0; h < div_h; h++ )
Expand Down

0 comments on commit 0b32bf9

Please sign in to comment.