From d669f045808a6cfe74498aff0a9428dee6c57a51 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 9 Feb 2025 14:58:14 +1100 Subject: device debugger --- editor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor.hpp') diff --git a/editor.hpp b/editor.hpp index ba64a49..39b695f 100644 --- a/editor.hpp +++ b/editor.hpp @@ -14,7 +14,7 @@ struct Editor_Settings { bool debug_sat; }; -void init_editor(UI* ui, World* w); +void init_editor(Device* d, UI* ui, World* w); void deinit_editor(); void editor_on_select(Entity_Id e, int m); void editor_update(const App& app, const Camera& cam); -- cgit v1.2.3-54-g00ecf