You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
committed by
Rémi Verschelde
parent
a3072aa35e
commit
b902a2f2a7
@@ -689,7 +689,7 @@ void VisualServerCanvas::canvas_item_add_polygon(RID p_item, const Vector<Point2
|
||||
if (indices.empty()) {
|
||||
|
||||
ERR_EXPLAIN("Bad Polygon!");
|
||||
ERR_FAIL_V();
|
||||
ERR_FAIL();
|
||||
}
|
||||
|
||||
Item::CommandPolygon *polygon = memnew(Item::CommandPolygon);
|
||||
|
||||
Reference in New Issue
Block a user