From 06f7a92711c114df01745d40accba15b10d2f720 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 27 Oct 2022 14:10:01 +0200 Subject: some random cleanup --- editor/editor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/editor.cpp') diff --git a/editor/editor.cpp b/editor/editor.cpp index ea48eb00..b3e3aec6 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -160,7 +160,6 @@ void tile_editor::place_tile(world& world, global_coords pos, tile_image& img) case editor_mode::select: break; case editor_mode::floor: { - const auto& [c, t] = world[pos]; t.ground_image = { atlas, variant }; break; } -- cgit v1.2.3