-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resize the canvas a bit less often in map_canvas_resized
The cached mapview texture always gets resized in tile_width/height increments. One needs to redraw only when the cache got resized, not every time. The code doing that had been broken since 9bd5b4a; fix it.
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters