Default caulking for clipping and new brushes to TRUE

This commit is contained in:
Marco Cawthorne 2021-06-05 21:44:52 +02:00
parent 18c047d29b
commit a1fc2e3c43
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ static int g_numbrushtypes = 0;
static int g_selectedbrushtype;
static EBrushType g_brushTypes[8], g_brushType;
//bool g_showAlternativeTextureProjectionOption = false;
bool g_brush_always_caulk;
bool g_brush_always_caulk = true;
bool getTextureLockEnabled()
{

View File

@ -119,7 +119,7 @@ public:
VIEWTYPE g_clip_viewtype;
bool g_bSwitch = true;
bool g_clip_useCaulk = false;
bool g_clip_useCaulk = true;
ClipPoint g_Clip1;
ClipPoint g_Clip2;
ClipPoint g_Clip3;