* brush creation in camera; alt = modify height

This commit is contained in:
Garux
2018-04-06 12:26:06 +03:00
parent b078ec3ad0
commit 48d75b777d
8 changed files with 257 additions and 212 deletions

View File

@@ -38,7 +38,7 @@ LatchedBool g_useAlternativeTextureProjection( false, "Use alternative texture-p
bool g_multipleBrushTypes = false;
EBrushType g_brushTypes[3];
int g_brushType;
bool g_brush_always_caulk;
bool g_brush_always_caulk = false;
bool getTextureLockEnabled(){
return g_brush_texturelock_enabled;