summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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