summaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 89afe091..efddc1a4 100644
--- a/main.cpp
+++ b/main.cpp
@@ -76,7 +76,6 @@ struct app final : Platform::Application
chunk c;
float get_dt();
- static constexpr Vector3 TILE_SIZE = { 50, 50, 50 };
};
using namespace Math::Literals;