diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/draw.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/draw.cpp b/main/draw.cpp index 67d1eecb..aa1b6f2e 100644 --- a/main/draw.cpp +++ b/main/draw.cpp @@ -132,7 +132,6 @@ void main_impl::draw_anim() noexcept GL::Renderer::disable(GL::Renderer::Feature::DepthTest); } - bool main_impl::check_chunk_visible(const Vector2d& offset, const Vector2i& size) noexcept { constexpr Vector3d len = dTILE_SIZE * TILE_MAX_DIM20d; |