summaryrefslogtreecommitdiffhomepage
path: root/tile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tile.hpp')
-rw-r--r--tile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tile.hpp b/tile.hpp
index 9a5db20c..261c50ee 100644
--- a/tile.hpp
+++ b/tile.hpp
@@ -8,7 +8,7 @@
namespace Magnum::Examples {
struct tile_atlas;
-constexpr inline Vector3 TILE_SIZE = { 50, 50, 50 };
+constexpr inline Vector3 TILE_SIZE = { 64, 64, 64 };
constexpr inline std::size_t TILE_MAX_DIM = 16;
constexpr inline std::size_t TILE_COUNT = TILE_MAX_DIM*TILE_MAX_DIM;