diff --git a/radiantcore/brush/Face.cpp b/radiantcore/brush/Face.cpp index beafe76e1d..6d2e459249 100644 --- a/radiantcore/brush/Face.cpp +++ b/radiantcore/brush/Face.cpp @@ -626,6 +626,7 @@ void Face::rotateTexdef(float angle) }; setTexDefFromPoints(points, uvs); + _texdef = m_texdefTransformed; } void Face::fitTexture(float s_repeat, float t_repeat) {