removed limiting of skip
This commit is contained in:
parent
33cd49d931
commit
a786ad15e5
1 changed files with 0 additions and 5 deletions
|
@ -106,11 +106,6 @@ impl GuiVec{
|
|||
(Ok(a), false) => a,
|
||||
(Err(_), _)=> {f32::MAX}
|
||||
};
|
||||
if get_fps() < 50{
|
||||
|
||||
self.renderSkip /= 2;
|
||||
|
||||
}
|
||||
next_frame().await;
|
||||
self.skipped = 0;
|
||||
}else{
|
||||
|
|
Loading…
Reference in a new issue