summaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-01 20:04:07 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-01 20:04:07 +0200
commit3dc6362599e85c9978ec4e9676ebcda3ab52beaf (patch)
treeacac74986000b7a0a0c75d412fa850923abb7e87 /main.cpp
parent9436414c5002e86e64f90be3f10933fdba63943e (diff)
a
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;