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>
|
/// <param name="time">Amount of time to forward by</param>
|
||||||
public void Forward(double time)
|
public void Forward(double time)
|
||||||
{
|
{
|
||||||
machine.Forward(time);
|
machine.Accumulate(time);
|
||||||
int rolls = machine.MultiWarp(Interval);
|
int rolls = machine.RetrieveAll(Interval);
|
||||||
for (int i = 0; i < rolls; i++)
|
for (int i = 0; i < rolls; i++)
|
||||||
{
|
{
|
||||||
Action();
|
Action();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user