Skip to content

Commit

Permalink
Add default case
Browse files Browse the repository at this point in the history
  • Loading branch information
roopavr-adsk committed Jul 24, 2024
1 parent d9b1fa0 commit 328e95e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/flowViewport/sceneIndex/fvpReprSelectorSceneIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ void ReprSelectorSceneIndex::SetReprType(RepSelectorType reprType, bool needsRep
case RepSelectorType::WireframeOnSurfaceRefined:
_wireframeTypeDataSource = sRefinedWireframeOnShadedDisplayStyleDataSource;
break;
case RepSelectorType::Default:
break;
}

const HdDataSourceLocatorSet locators{
Expand Down

0 comments on commit 328e95e

Please sign in to comment.