diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 08:10:44 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 08:10:44 +0200 |
| commit | ffe92653a7ec4138aa39d38fe8c68d0f0682f062 (patch) | |
| tree | 6e926620a7bed5f68daa65b00e5d70977b94ecda /tile.hpp | |
| parent | 66ee29df9c19e35b4c126e12e48bc144fe72eb22 (diff) | |
a
Diffstat (limited to 'tile.hpp')
| -rw-r--r-- | tile.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
