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