fix: Only first opened popup appearing properly

This commit is contained in:
WerWolv
2025-09-08 19:51:58 +02:00
parent d08853df8c
commit b039bc14c6
2 changed files with 2 additions and 4 deletions

View File

@@ -62,9 +62,6 @@ namespace hex {
std::string m_windowTitle, m_windowTitleFull;
double m_lastStartFrameTime = 0;
double m_lastFrameTime = 0;
std::set<int> m_pressedKeys;
ImGuiExt::ImHexCustomData m_imguiCustomData;