fix: ImHex no longer behaves weirdly or crashes when no plugins are loaded

This commit is contained in:
WerWolv
2021-04-21 23:31:51 +02:00
parent 64e35886b7
commit d177d69724
4 changed files with 25 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ namespace hex {
float m_globalScale = 1.0f, m_fontScale = 1.0f;
bool m_fpsVisible = false;
double m_targetFps;
double m_targetFps = 60.0;
bool m_demoWindowOpen = false;
bool m_layoutConfigured = false;