diff options
Diffstat (limited to 'src/tile-atlas.hpp')
-rw-r--r-- | src/tile-atlas.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tile-atlas.hpp b/src/tile-atlas.hpp index 2d3461cc..af9e505b 100644 --- a/src/tile-atlas.hpp +++ b/src/tile-atlas.hpp @@ -8,8 +8,6 @@ namespace std::filesystem { class path; } namespace Magnum::Examples { -constexpr inline Vector3 TILE_SIZE = { 64, 64, 64 }; - struct tile_atlas final { using quad = std::array<Vector3, 4>; |