DarkRadiant: master 9f660a59

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 11.07.2021 13:57 master 696d508b
Changeset Refactor SelectionSystem::foreachSelected()

Implement the Visitor-based overload of this method by calling the
functor-based overload with a lambda which points to the visit() method, rather
than requiring two separate largely-redundant implementations.
mod - include/iselection.h Diff File
mod - radiantcore/selection/RadiantSelectionSystem.cpp Diff File
mod - radiantcore/selection/RadiantSelectionSystem.h Diff File