privatize this too
This commit is contained in:
parent
f32147d9d5
commit
8151444671
@ -126,7 +126,7 @@ public class PathingControlManager implements IPathingControlManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void postTick() {
|
private void postTick() {
|
||||||
// if we did this in pretick, it would suck
|
// if we did this in pretick, it would suck
|
||||||
// we use the time between ticks as calculation time
|
// we use the time between ticks as calculation time
|
||||||
// therefore, we only cancel and recalculate after the tick for the current path has executed
|
// therefore, we only cancel and recalculate after the tick for the current path has executed
|
||||||
|
Loading…
Reference in New Issue
Block a user