Fixed #2311
This commit is contained in:
@@ -35,6 +35,13 @@ abstract class WaterMoveComp implements Posc, Velc, Hitboxc, Flyingc, Unitc{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void add(){
|
||||||
|
tleft.clear();
|
||||||
|
tright.clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void draw(){
|
public void draw(){
|
||||||
float z = Draw.z();
|
float z = Draw.z();
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,10 @@ public class Trail{
|
|||||||
points = new Seq<>(length);
|
points = new Seq<>(length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void clear(){
|
||||||
|
points.clear();
|
||||||
|
}
|
||||||
|
|
||||||
public void draw(Color color, float width){
|
public void draw(Color color, float width){
|
||||||
Draw.color(color);
|
Draw.color(color);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user