]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/brush.h
last workaround did not work. Try a really simple one then.
[xonotic/netradiant.git] / radiant / brush.h
index 03f76118c22ccbbf76f412437bb8c4def991d55d..80e0bd0265ae99e0aec49e9905c1ccc6b8212343 100644 (file)
@@ -1193,9 +1193,7 @@ public:
   void transform(const Matrix4& matrix, bool mirror)
   {
     if(g_brush_texturelock_enabled)
-    {
       Texdef_transformLocked(m_texdefTransformed, m_shader.width(), m_shader.height(), m_plane.plane3(), matrix);
-    }
 
     m_planeTransformed.transform(matrix, mirror);