initialize refocus_over_tile to false

Co-authored-by: Tomek <kobewi4e@gmail.com>
This commit is contained in:
Michael Auderer 2020-10-02 10:42:12 -04:00 committed by GitHub
parent 70a4cd1afe
commit 6d510453e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ class TileMapEditor : public VBoxContainer {
Rect2i rectangle;
Point2i over_tile;
bool refocus_over_tile;
bool refocus_over_tile = false;
bool *bucket_cache_visited;
Rect2i bucket_cache_rect;