diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-03 01:22:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-03 01:22:51 +0200 |
commit | 19efa645ab26175056440c7dda267893b8dd3372 (patch) | |
tree | 984d4c2a49b7ec3c957e6ef127337938148bc28c /src/chunk.hpp | |
parent | c9d56d6fb1c8eca558db937b99b89535893950a0 (diff) |
src: "fix" msvc miscompiling chunk::ensure_wall_mesh()
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index 385ba72e..be90c89a 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -152,6 +152,7 @@ private: void _remove_bbox(const bbox& x); void _add_bbox(const bbox& x); void _replace_bbox(const bbox& x0, const bbox& x, bool b0, bool b); + GL::Mesh make_wall_mesh(size_t count); }; } // namespace floormat |