summaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-04 20:47:26 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-04 20:47:26 +0200
commit32f504c6afb811363b5af0a25fe213d37233c49d (patch)
tree104c5ee7222e83e4361bf9590ed8fe63ec6ee7ef /main.cpp
parent90a08348862c17488a751f8d8f6a15af218edf95 (diff)
a
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index ece5f6ca..fec93cec 100644
--- a/main.cpp
+++ b/main.cpp
@@ -121,7 +121,7 @@ app::app(const Arguments& arguments):
{
constexpr auto N = TILE_MAX_DIM;
Vector3 center{N/2.f*TILE_SIZE[0], N/2.f*TILE_SIZE[1], 0};
- tile_atlas::vertex_array_type walls[] = {
+ tile_atlas::quad walls[] = {
wall1->wall_quad_W(center, Vector3(X, Y, Z)),
wall1->wall_quad_N(center, Vector3(X, Y, Z)),
wall1->wall_quad_E(center, Vector3(X, Y, Z)),