DarkRadiant: master 491858cb

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 15.04.2021 20:10 master 7bc08e69
Changeset Move Vector3::getSnapped() out of class

This method (not to be confused with the other getSnapped() which takes a
numeric parameter) was only called in a single place in selection::algorithm.
Instead of being a public member of BasicVector3, it is now defined locally as
snapToInt() near the point of use.
mod - libs/math/Vector3.h Diff File
mod - radiantcore/selection/algorithm/General.cpp Diff File