Skip to content

Commit

Permalink
Merge pull request #73460 from Brambor/docs
Browse files Browse the repository at this point in the history
fix `game.h` typo
  • Loading branch information
Maleclypse authored May 3, 2024
2 parents 748383b + 9ccc64c commit 0a74bb4
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 0a74bb4

Please sign in to comment.