X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgeometry%2FLocation.hpp;h=43d94dcdd439a799731c93eb9338cd384530e2c1;hb=69d1bc83f472e8fe5b9b16b72ca5c840d8f75123;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) {