impr: Get rid of some manual memory management

This commit is contained in:
WerWolv
2023-08-25 23:54:39 +02:00
parent e487fd7450
commit 6e81ce152e
4 changed files with 10 additions and 11 deletions

View File

@@ -66,6 +66,8 @@ namespace hex {
bool m_hadEvent = false;
bool m_frameRateTemporarilyUnlocked = false;
double m_frameRateUnlockTime = 0;
ImGui::ImHexCustomData m_imguiCustomData;
};
}