Changed default draw modes for dxViewer

This restores the previous defaults and works around an
apparent runtime error on some platforms which is triggered
in the legacy gregory patch drawing code when patch culling
is disabled.
This commit is contained in:
David G. Yu 2015-05-14 12:48:36 -07:00
parent c5b7224b77
commit 984aedf842

View File

@ -121,9 +121,9 @@ int g_freeze = 0,
g_mbutton[3] = {0, 0, 0};
int g_displayPatchColor = 1,
g_screenSpaceTess = 0,
g_fractionalSpacing = 0,
g_patchCull = 0,
g_screenSpaceTess = 1,
g_fractionalSpacing = 1,
g_patchCull = 1,
g_displayPatchCounts = 0;
float g_rotate[2] = {0, 0},