diff options
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); |