From a65ad4d279974a8ffd7a11d02eab5b9d3bc50032 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 6 Jun 2023 19:00:05 +0200 Subject: [PATCH] Added note. --- modules/tile_map/tile_map.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tile_map/tile_map.h b/modules/tile_map/tile_map.h index bf8a765d7..12a0d6bb6 100644 --- a/modules/tile_map/tile_map.h +++ b/modules/tile_map/tile_map.h @@ -350,6 +350,7 @@ public: void set_centered_textures(bool p_enable); bool is_centered_textures_enabled() const; + // TODO change these to PoolVector2iArrays Array get_used_cells() const; Array get_used_cells_by_id(int p_id) const; Rect2 get_used_rect(); // Not const because of cache