Skip to content

Commit

Permalink
Correct inconsistent comment.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Wedge009 committed Oct 16, 2019
1 parent cbf3d4f commit 8e5df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display.cpp
Expand Up @@ -89,7 +89,7 @@ namespace {
unsigned int display::zoom_ = DefaultZoom;
unsigned int display::last_zoom_ = SmallZoom;

// Returns index of zoom_levels which is closest match to input tile_size
// Returns index of zoom_levels which is closest match to input zoom_level
// Assumption: zoom_levels is a sorted vector of ascending tile sizes
// (game_config is set-up this way as of October 2019 but there is no documentation stating it has to be so)
int get_zoom_levels_index(unsigned int zoom_level)
Expand Down

0 comments on commit 8e5df39

Please sign in to comment.