Fix logic for the grind booster HFR fix. (#431)

This commit is contained in:
Skyth (Asilkan)
2025-02-19 01:54:38 +03:00
committed by GitHub
parent b8ae355915
commit f123ec7083
3 changed files with 13 additions and 10 deletions
+1
View File
@@ -14,6 +14,7 @@ public:
static inline ELanguage s_language;
static inline double s_deltaTime;
static inline double s_time = 0.0; // How much time elapsed since the game started.
static void Restart(std::vector<std::string> restartArgs = {});
static void Exit();