Fixed selection rectangle glitch

This commit is contained in:
Jan Mrna
2025-10-12 16:09:12 +02:00
parent d3af793092
commit 1ce793c6e8
4 changed files with 4 additions and 6 deletions

View File

@@ -207,6 +207,7 @@ void PathFindingDemo::HandleActions(const std::vector<UserAction> &actions)
{
m_SelectionBox.active = true;
m_SelectionBox.start = action.Argument.position;
m_SelectionBox.end = action.Argument.position;
}
else if (action.type == UserAction::Type::SELECTION_END)
{