Merge pull request #1128 from davidgyu/fvar_viewer_options

Update glFVarViewer option defaults
This commit is contained in:
George ElKoura 2019-06-18 10:49:49 -07:00 committed by GitHub
commit a001cfb440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,9 +82,9 @@ int g_freeze = 0,
g_uvCullBackface = 0,
g_displayStyle = kWireShaded,
g_adaptive = 1,
g_smoothCornerPatch = 0,
g_singleCreasePatch = 0,
g_infSharpPatch = 0,
g_smoothCornerPatch = 1,
g_singleCreasePatch = 1,
g_infSharpPatch = 1,
g_mbutton[3] = {0, 0, 0},
g_mouseUvView = 0,
g_running = 1;