Commit 9cf275bb by John Kessenich

Build: Add missing break statements. Fixes #1052.

parent e375dad6
......@@ -6569,6 +6569,7 @@ void TBuiltIns::addGatherFunctions(TSampler sampler, const TString& typeName, in
break;
case 2:
s.append("Offsets");
break;
default:
break;
}
......@@ -6680,6 +6681,7 @@ void TBuiltIns::addGatherFunctions(TSampler sampler, const TString& typeName, in
break;
case 2:
s.append("Offsets");
break;
default:
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment