From a786ad15e55be25f368b9a87f468fc47ac3c0f21 Mon Sep 17 00:00:00 2001 From: polsevev Date: Mon, 27 Feb 2023 14:50:09 +0100 Subject: [PATCH] removed limiting of skip --- src/GuiHookVec.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/GuiHookVec.rs b/src/GuiHookVec.rs index 681fb31..703911d 100644 --- a/src/GuiHookVec.rs +++ b/src/GuiHookVec.rs @@ -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{