From 4ef122afaedc22b4e79c1d3cae3e97e74b11208a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 6 Apr 2024 17:34:40 +0200 Subject: c --- editor/draw.cpp | 2 +- editor/tests/path-test.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'editor') diff --git a/editor/draw.cpp b/editor/draw.cpp index f0d642bc..645708e4 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -1,8 +1,8 @@ #include "app.hpp" #include "src/tile-constants.hpp" #include "floormat/main.hpp" -#include "floormat/settings.hpp" #include "shaders/shader.hpp" +#include "shaders/texture-unit-cache.hpp" #include "main/clickable.hpp" #include "editor.hpp" #include "ground-editor.hpp" diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index ac95bcd9..b5161e9f 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -41,7 +41,6 @@ struct path_test final : base_test bool has_result : 1 = false, has_pending : 1 = false; }; - bool path_test::handle_key(app& a, const key_event& e, bool is_down) { (void)a; (void)e; (void)is_down; -- cgit v1.2.3