You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
initialize refocus_over_tile to false
Co-authored-by: Tomek <kobewi4e@gmail.com>
This commit is contained in:
@@ -119,7 +119,7 @@ class TileMapEditor : public VBoxContainer {
|
|||||||
Rect2i rectangle;
|
Rect2i rectangle;
|
||||||
|
|
||||||
Point2i over_tile;
|
Point2i over_tile;
|
||||||
bool refocus_over_tile;
|
bool refocus_over_tile = false;
|
||||||
|
|
||||||
bool *bucket_cache_visited;
|
bool *bucket_cache_visited;
|
||||||
Rect2i bucket_cache_rect;
|
Rect2i bucket_cache_rect;
|
||||||
|
|||||||
Reference in New Issue
Block a user