diff options
Diffstat (limited to 'editor/editor.hpp')
| -rw-r--r-- | editor/editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp index 66531814..869307c7 100644 --- a/editor/editor.hpp +++ b/editor/editor.hpp @@ -88,7 +88,7 @@ struct editor final enum class button : std::uint8_t { none, place, remove, }; void on_click(world& world, global_coords pos, int mods, button b); - void on_click_(world& world, global_coords pos, int mods, button b); + void on_click_(world& world, global_coords pos, button b); void on_mouse_move(world& world, global_coords& pos, int modifiers); void on_release(); |
