diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-04 20:47:26 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-04 20:47:26 +0200 |
| commit | 32f504c6afb811363b5af0a25fe213d37233c49d (patch) | |
| tree | 104c5ee7222e83e4361bf9590ed8fe63ec6ee7ef /main.cpp | |
| parent | 90a08348862c17488a751f8d8f6a15af218edf95 (diff) | |
a
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)), |
