mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-04 22:50:29 +07:00
Shouldn't shorten()
also reset the counter? (#5890)
This commit is contained in:
parent
e30d7e998d
commit
71f064bda1
@ -77,6 +77,8 @@ public class Trail{
|
||||
if(points.size >= 3){
|
||||
points.removeRange(0, 2);
|
||||
}
|
||||
|
||||
counter = 0f;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user