Skip to content

Commit

Permalink
fix game.h typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brambor committed May 2, 2024
1 parent 9bb7453 commit 9ccc64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class game
};
/* Add callback that would be called in `game::draw`. This can be used to
* implement map overlays in game menus. If parameters of the callback changes
* during its lifetime, `invaliate_main_ui_adaptor` has to be called for
* during its lifetime, `invalidate_main_ui_adaptor` has to be called for
* the changes to take effect immediately on the next call to `ui_manager::redraw`.
* Otherwise the callback may not take effect until the main ui is invalidated
* due to resizing or other menus closing. The callback is disabled once all
Expand Down

0 comments on commit 9ccc64c

Please sign in to comment.