protected trail values (#7656)
This commit is contained in:
@@ -9,8 +9,8 @@ import arc.util.*;
|
|||||||
public class Trail{
|
public class Trail{
|
||||||
public int length;
|
public int length;
|
||||||
|
|
||||||
private final FloatSeq points;
|
protected final FloatSeq points;
|
||||||
private float lastX = -1, lastY = -1, lastAngle = -1, counter = 0f, lastW = 0f;
|
protected float lastX = -1, lastY = -1, lastAngle = -1, counter = 0f, lastW = 0f;
|
||||||
|
|
||||||
public Trail(int length){
|
public Trail(int length){
|
||||||
this.length = length;
|
this.length = length;
|
||||||
|
|||||||
Reference in New Issue
Block a user