Fixed AutoTimeMachine
This commit is contained in:
parent
927d835d2e
commit
df046e3303
@ -22,8 +22,8 @@ namespace NEG.Utils.Timing
|
||||
/// <param name="time">Amount of time to forward by</param>
|
||||
public void Forward(double time)
|
||||
{
|
||||
machine.Forward(time);
|
||||
int rolls = machine.MultiWarp(Interval);
|
||||
machine.Accumulate(time);
|
||||
int rolls = machine.RetrieveAll(Interval);
|
||||
for (int i = 0; i < rolls; i++)
|
||||
{
|
||||
Action();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user