summaryrefslogtreecommitdiffhomepage
path: root/src/tile-defs.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-16 20:40:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-16 20:40:14 +0200
commit0db5306c483c718076b14349f223840cce2862bd (patch)
tree80be8ee8e4667433bc1fbbd5be22654fab7a8087 /src/tile-defs.hpp
parent6e40ad6aa2eb43066d939f5e1c920b2a8cbf49a1 (diff)
a
Diffstat (limited to 'src/tile-defs.hpp')
-rw-r--r--src/tile-defs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile-defs.hpp b/src/tile-defs.hpp
index 69827210..41377cc0 100644
--- a/src/tile-defs.hpp
+++ b/src/tile-defs.hpp
@@ -5,6 +5,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] = { 64, 64, 64 };
+constexpr inline float TILE_SIZE[3] = { 64, 64, 128 };
} // namespace floormat