瀏覽代碼

Fix previous cherry-pick of 3.0-specific API

Rémi Verschelde 7 年之前
父節點
當前提交
f637578dbe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/plugins/tile_map_editor_plugin.cpp

+ 1 - 1
editor/plugins/tile_map_editor_plugin.cpp

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