summaryrefslogtreecommitdiffhomepage
path: root/src/tile-atlas.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-08 21:52:49 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-08 21:52:49 +0200
commit4c151b5d580e6c855f05583a04fbf5e4220e11cf (patch)
treeaea029a944df3ab6c404bb48472bd9498210116b /src/tile-atlas.hpp
parent4a21f53f53f6982b0aec725bd9ae4eebfb1ce39c (diff)
a
Diffstat (limited to 'src/tile-atlas.hpp')
-rw-r--r--src/tile-atlas.hpp2
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>;