Add optional position argument for add_point in Line2D

This commit is contained in:
Kanabenki
2019-04-08 11:14:10 +02:00
parent 5a64c679cf
commit 714953b3ac
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public:
void clear_points();
void add_point(Vector2 pos);
void add_point(Vector2 pos, int atpos = -1);
void remove_point(int i);
void set_width(float width);