mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Disable cubic clipping by default
This commit is contained in:
parent
8a4815d63b
commit
9f52d441d9
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue