diff options
author | quou <quou@disroot.org> | 2025-02-09 14:58:14 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-02-09 14:58:22 +1100 |
commit | d669f045808a6cfe74498aff0a9428dee6c57a51 (patch) | |
tree | e2fe91ca23387d726b979f269bba5ba8e475447f /editor.hpp | |
parent | 3f6cc402e6fe0b99735ebb98b56f43a2ece76ba0 (diff) |
device debugger
Diffstat (limited to 'editor.hpp')
-rw-r--r-- | editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |