Disable cubic clipping by default

This commit is contained in:
Pan 2018-02-03 18:46:47 +01:00
parent 8a4815d63b
commit 9f52d441d9
1 changed files with 1 additions and 1 deletions

View File

@ -3002,7 +3002,7 @@ void PrefsDlg::LoadPrefs(){
mLocalPrefs.GetPref( CAMINVERSEMOUSE_KEY, &m_bCamInverseMouse, FALSE );
mLocalPrefs.GetPref( CAMDISCRETE_KEY, &m_bCamDiscrete, TRUE );
mLocalPrefs.GetPref( LIGHTDRAW_KEY, &m_bNewLightDraw, TRUE );
mLocalPrefs.GetPref( CUBICCLIP_KEY, &m_bCubicClipping, TRUE );
mLocalPrefs.GetPref( CUBICCLIP_KEY, &m_bCubicClipping, FALSE );
mLocalPrefs.GetPref( CUBICSCALE_KEY, &m_nCubicScale, 13 );
mLocalPrefs.GetPref( ALTEDGE_KEY, &m_bALTEdge, FALSE );
mLocalPrefs.GetPref( FACECOLORS_KEY, &m_bFaceColors, FALSE );