Skip to content

Commit

Permalink
#5746: Fix Face::rotateTexdef not committing its transform to _texdef.
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Sep 26, 2021
1 parent 09a52d1 commit 70998c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radiantcore/brush/Face.cpp
Expand Up @@ -626,6 +626,7 @@ void Face::rotateTexdef(float angle)
};

setTexDefFromPoints(points, uvs);
_texdef = m_texdefTransformed;
}

void Face::fitTexture(float s_repeat, float t_repeat) {
Expand Down

0 comments on commit 70998c6

Please sign in to comment.