summaryrefslogtreecommitdiffhomepage
path: root/tile.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-06 08:10:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-06 08:10:44 +0200
commitffe92653a7ec4138aa39d38fe8c68d0f0682f062 (patch)
tree6e926620a7bed5f68daa65b00e5d70977b94ecda /tile.hpp
parent66ee29df9c19e35b4c126e12e48bc144fe72eb22 (diff)
a
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;