summaryrefslogtreecommitdiffhomepage
path: root/src/tile-defs.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-18 01:55:30 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-18 01:55:30 +0200
commitaebec6e9b095149252bf1e4642c211ae98efdf84 (patch)
treedfb9919de3fa8bb1a7ff99c9cb3fcbf17186e7c2 /src/tile-defs.hpp
parent2ce80cb4a85cc47dc10f0b70839b2d0f2381cca8 (diff)
a
Diffstat (limited to 'src/tile-defs.hpp')
-rw-r--r--src/tile-defs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile-defs.hpp b/src/tile-defs.hpp
index ec59e19f..df26fe8e 100644
--- a/src/tile-defs.hpp
+++ b/src/tile-defs.hpp
@@ -6,5 +6,6 @@ namespace floormat {
constexpr inline std::size_t TILE_MAX_DIM = 16;
constexpr inline std::size_t TILE_COUNT = TILE_MAX_DIM*TILE_MAX_DIM;
constexpr inline float TILE_SIZE[3] = { 128, 128, 384 };
+constexpr inline double dTILE_SIZE[3] = { 128, 128, 384 };
} // namespace floormat