From a1fc2e3c43b5804d3a13f63b0cc7a52ada8b3b77 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Sat, 5 Jun 2021 21:44:52 +0200 Subject: [PATCH] Default caulking for clipping and new brushes to TRUE --- src/brushmodule.cpp | 2 +- src/xywindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/brushmodule.cpp b/src/brushmodule.cpp index 3b5d2f5..6330833 100644 --- a/src/brushmodule.cpp +++ b/src/brushmodule.cpp @@ -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() { diff --git a/src/xywindow.cpp b/src/xywindow.cpp index 5283173..b1ec041 100644 --- a/src/xywindow.cpp +++ b/src/xywindow.cpp @@ -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;