diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-08 16:01:35 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-09 05:12:04 +0100 |
commit | 04baf8662c1b4266423fba4141b4b244ad7e05bf (patch) | |
tree | 2d5ebc8cb384e819d26d5115b651f046e9205215 /src/chunk.hpp | |
parent | 217292f6da87bf4fba3d6590b3a337ba152c2ff7 (diff) |
w
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index 32d72d77..243230df 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -135,7 +135,7 @@ private: bool empty() const { return count_N == 0 && count_W == 0; } }; - template<Wall::Group_ G, bool IsWest> static std::array<Vector3, 4> make_wall_vertex_data(Vector2 center, float depth); + template<Wall::Group_ G, bool IsWest> static std::array<Vector3, 4> make_wall_vertex_data(float depth); Pointer<ground_stuff> _ground; Pointer<wall_stuff> _walls; |