]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/brush.h
change texture lock default to true; remove weird user pref munging
[xonotic/netradiant.git] / radiant / brush.h
index 80e0bd0265ae99e0aec49e9905c1ccc6b8212343..75d4761b03fd609687feac7d190dac132e0f9861 100644 (file)
@@ -2111,12 +2111,12 @@ public:
     if(m_type == eBrushTypeQuake3BP || m_type == eBrushTypeDoom3 || m_type == eBrushTypeQuake4)
     {
       g_bp_globals.m_texdefTypeId = TEXDEFTYPEID_BRUSHPRIMITIVES;
-      g_brush_texturelock_enabled = true;
+      // g_brush_texturelock_enabled = true; // bad idea, this overrides user setting
     }
     else if(m_type == eBrushTypeHalfLife)
     {
       g_bp_globals.m_texdefTypeId = TEXDEFTYPEID_HALFLIFE;
-      g_brush_texturelock_enabled = true;
+      // g_brush_texturelock_enabled = true; // bad idea, this overrides user setting
     }
 
     Face::m_quantise = (m_type == eBrushTypeQuake) ? quantiseInteger : quantiseFloating;