impr: Unlock frame rate for the first few seconds after startup

This commit is contained in:
WerWolv
2025-01-18 11:58:49 +01:00
parent 8c7e1a3b2d
commit fbfe7b0d25

View File

@@ -61,7 +61,7 @@ namespace hex {
std::list<std::string> m_popupsToOpen;
std::set<int> m_pressedKeys;
std::atomic<bool> m_unlockFrameRate = false;
std::atomic<bool> m_unlockFrameRate = true;
ImGuiExt::ImHexCustomData m_imguiCustomData;