diff --git a/radiantcore/selection/textool/TextureToolSelectionSystem.cpp b/radiantcore/selection/textool/TextureToolSelectionSystem.cpp index cdcfb5f9c9..ab659d1c54 100644 --- a/radiantcore/selection/textool/TextureToolSelectionSystem.cpp +++ b/radiantcore/selection/textool/TextureToolSelectionSystem.cpp @@ -780,6 +780,8 @@ void TextureToolSelectionSystem::shiftSelectionCmd(const cmd::ArgumentList& args node->commitTransformation(); return true; }); + + radiant::TextureChangedMessage::Send(); } void TextureToolSelectionSystem::scaleSelectionCmd(const cmd::ArgumentList& args)