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