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)