From 8e5df3948cbd2d025a7f66a4a08075d9ebc5f291 Mon Sep 17 00:00:00 2001 From: Wedge009 Date: Wed, 16 Oct 2019 01:59:33 +1100 Subject: [PATCH] Correct inconsistent comment. [ci skip] --- src/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.cpp b/src/display.cpp index 1260d8ae2c70..4f0352f7d024 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -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)