Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
issue was fixed
  • Loading branch information
nukeulater committed Dec 7, 2024
1 parent c6f986d commit 588c0ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ void c_cartographer_error_menu::pre_destroy()
bool c_cartographer_error_menu::handle_event(s_event_record* event)
{
bool result = false;
// ### TODO FIXME this is handled only if the cursor is above the button
if (event->type == _user_interface_event_type_keyboard_button_pressed
|| event->type == _user_interface_event_type_gamepad_button_pressed
|| event->type == _user_interface_event_type_mouse_button_left_click)
Expand Down

0 comments on commit 588c0ff

Please sign in to comment.