X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgeometry%2FLocation.hpp;h=43d94dcdd439a799731c93eb9338cd384530e2c1;hb=efc3c1ba52cbe0fc9a4010c37c2d7c7020a0b481;hp=7dbff69a55bf9e3bceabbb827102868627708272;hpb=4727825186798902f68df5b99a6a32f0ef618454;p=blank.git diff --git a/src/geometry/Location.hpp b/src/geometry/Location.hpp index 7dbff69..43d94dc 100644 --- a/src/geometry/Location.hpp +++ b/src/geometry/Location.hpp @@ -60,6 +60,9 @@ struct Location { }; +template constexpr typename Location::CoarseScalar Location::scale; +template constexpr typename Location::FineScalar Location::fscale; + template inline Location &Location::Correct() noexcept { while (block.x >= fscale) {