mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-22 19:50:08 +00:00
Fix missing break statements in glStencilViewer
Changing adaptive subdivision option was affecting on infinite sharp path option.
This commit is contained in:
parent
74601558e3
commit
ded704f72a
@ -948,9 +948,11 @@ callbackCheckBox(bool checked, int button) {
|
||||
case kHUD_CB_ADAPTIVE:
|
||||
g_adaptive = checked;
|
||||
rebuildMesh();
|
||||
break;
|
||||
case kHUD_CB_INF_SHARP_PATCH:
|
||||
g_infSharpPatch = checked;
|
||||
rebuildMesh();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user