Skip to content

Commit

Permalink
VisualiserTool : Fix "statement may fall through"
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Nov 22, 2024
1 parent ee9a469 commit f6c4118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GafferSceneUI/VisualiserTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ class VisualiserGadget : public Gadget
{
case IntVectorDataTypeId:
type = GL_INT;
[[fallthrough]];
case FloatVectorDataTypeId:
enableVSZ = true;
uniforms.valueMin = V3f( valueMin.x );
Expand Down

0 comments on commit f6c4118

Please sign in to comment.