Shouldn't shorten() also reset the counter? (#5890)
This commit is contained in:
@@ -77,6 +77,8 @@ public class Trail{
|
||||
if(points.size >= 3){
|
||||
points.removeRange(0, 2);
|
||||
}
|
||||
|
||||
counter = 0f;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user