Fixed #2311
This commit is contained in:
@@ -18,6 +18,10 @@ public class Trail{
|
||||
points = new Seq<>(length);
|
||||
}
|
||||
|
||||
public void clear(){
|
||||
points.clear();
|
||||
}
|
||||
|
||||
public void draw(Color color, float width){
|
||||
Draw.color(color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user