diff options
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index 243230df..dc80d42e 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -135,8 +135,6 @@ 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(float depth); - Pointer<ground_stuff> _ground; Pointer<wall_stuff> _walls; std::vector<std::shared_ptr<object>> _objects; |