diff options
author | Michael Auderer <hermbit@gmail.com> | 2020-10-02 10:42:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 10:42:12 -0400 |
commit | 6d510453e5c2ec7cfc411f6883d45e5f217463e5 (patch) | |
tree | 5eb99e5552e3f339b610e523ac10ebd7ee43ed36 /editor/plugins | |
parent | 70a4cd1afe8fe065ced55c299ca8aa0c95a1e8c9 (diff) |
initialize refocus_over_tile to false
Co-authored-by: Tomek <kobewi4e@gmail.com>
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/tile_map_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tile_map_editor_plugin.h b/editor/plugins/tile_map_editor_plugin.h index c77f15c671..f57616db1f 100644 --- a/editor/plugins/tile_map_editor_plugin.h +++ b/editor/plugins/tile_map_editor_plugin.h @@ -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; |