1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Fix previous cherry-pick of 3.0-specific API

This commit is contained in:
Rémi Verschelde
2018-02-19 11:42:47 +01:00
parent be4b63a257
commit f637578dbe

View File

@@ -342,7 +342,7 @@ DVector<Vector2> TileMapEditor::_bucket_fill(const Point2i &p_start, bool erase,
} }
if (id == prev_id) { if (id == prev_id) {
return PoolVector<Vector2>(); return DVector<Vector2>();
} }
Rect2i r = node->get_item_rect(); Rect2i r = node->get_item_rect();