mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Unlock frame rate for the first few seconds after startup
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user