mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
fix jitter
This commit is contained in:
parent
a249404063
commit
8bef214797
|
@ -1966,6 +1966,8 @@ impl<'a> Game<'a> {
|
|||
self.shake_time -= 1;
|
||||
}
|
||||
|
||||
let this_frame_offset = this_frame_offset.floor().into();
|
||||
|
||||
self.input.update();
|
||||
if let UpdateInstruction::CreateParticle(data, position) =
|
||||
self.player
|
||||
|
|
Loading…
Reference in a new issue