Skip to content

Commit

Permalink
#5746: Send texture changed message after shifting textures
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Nov 16, 2021
1 parent 4fdd914 commit 32781b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radiantcore/selection/textool/TextureToolSelectionSystem.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 32781b1

Please sign in to comment.