From 90402b69785a250119233d2f1d91247e7b61b834 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 10 Oct 2010 16:44:27 +0200 Subject: [PATCH] update surface dialog when moving a brush --- radiant/brush.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/radiant/brush.h b/radiant/brush.h index 38ee475d..03f76118 100644 --- a/radiant/brush.h +++ b/radiant/brush.h @@ -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) -- 2.39.2