summaryrefslogtreecommitdiffhomepage
path: root/src/chunk.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-09 22:04:53 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-09 22:04:53 +0200
commitb2f0c4532872e630b8c543d85dbb56709c625b99 (patch)
tree5148cd26746236caa8ecbeb07c6609e0d60d845e /src/chunk.hpp
parent8f77947d974ebbeb6b551dbf22b92028eb8e9109 (diff)
add todo
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r--src/chunk.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp
index be90c89a..ae19ad62 100644
--- a/src/chunk.hpp
+++ b/src/chunk.hpp
@@ -121,8 +121,8 @@ private:
std::array<variant_t, TILE_COUNT*2> _wall_variants = {};
std::vector<std::shared_ptr<entity>> _entities;
- std::vector<std::array<UnsignedShort, 6>> scenery_indexes;
- std::vector<std::array<vertex, 4>> scenery_vertexes;
+ std::vector<std::array<UnsignedShort, 6>> scenery_indexes; // todo move to anim_mesh
+ std::vector<std::array<vertex, 4>> scenery_vertexes; // same
struct world* _world;
GL::Mesh ground_mesh{NoCreate}, wall_mesh{NoCreate}, scenery_mesh{NoCreate};