removed limiting of skip

This commit is contained in:
Rolf Martin Glomsrud 2023-02-27 14:50:09 +01:00
parent 33cd49d931
commit a786ad15e5

View file

@ -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{