summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-09 04:15:56 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-09 04:15:56 +0100
commit05f2598e966319a6232740499c75943ca5594fef (patch)
treee9b5b015fb21443c9da9af889454aff8e60df852
parent8cba3bea1fe18f5f77ce161635bbf367ed0ea167 (diff)
remove leading newline
-rw-r--r--main/draw.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/draw.cpp b/main/draw.cpp
index 1c955099..def8e298 100644
--- a/main/draw.cpp
+++ b/main/draw.cpp
@@ -33,7 +33,6 @@ global_coords main_impl::pixel_to_tile(Vector2d position) const noexcept
auto main_impl::get_draw_bounds() const noexcept -> draw_bounds
{
-
using limits = std::numeric_limits<std::int16_t>;
auto x0 = limits::max(), x1 = limits::min(), y0 = limits::max(), y1 = limits::min();