]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Merge remote branch 'origin/divVerent/convert-from-map-to-map'
authorRudolf Polzer <divverent@alientrap.org>
Sun, 10 Oct 2010 14:53:39 +0000 (16:53 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 10 Oct 2010 14:53:39 +0000 (16:53 +0200)
radiant/brush.h

index 38ee475d8110b1ef74d9a5f38524c3b5b198d8b8..03f76118c22ccbbf76f412437bb8c4def991d55d 100644 (file)
@@ -1203,6 +1203,9 @@ public:
     ASSERT_MESSAGE(projectionaxis_for_normal(normal) == projectionaxis_for_normal(plane3().normal()), "bleh");
 #endif
     m_observer->planeChanged();
+
+    if(g_brush_texturelock_enabled)
+      Brush_textureChanged();
   }
 
   void assign_planepts(const PlanePoints planepts)