move it
This commit is contained in:
parent
804d3397c7
commit
676c63479c
@ -446,6 +446,8 @@ impl Game {
|
|||||||
self.stack_sort_speed();
|
self.stack_sort_speed();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
self.progress_durations();
|
||||||
|
|
||||||
// go through the whole most recent round and modify delays of the resolutions
|
// go through the whole most recent round and modify delays of the resolutions
|
||||||
let last = self.resolutions.len() - 1;
|
let last = self.resolutions.len() - 1;
|
||||||
let mut iter = self.resolutions[last].iter_mut().peekable();
|
let mut iter = self.resolutions[last].iter_mut().peekable();
|
||||||
@ -486,8 +488,6 @@ impl Game {
|
|||||||
self.execute(cast);
|
self.execute(cast);
|
||||||
}
|
}
|
||||||
|
|
||||||
self.progress_durations();
|
|
||||||
|
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user