ui: Improved base address setter popup

This commit is contained in:
WerWolv
2022-03-01 16:23:53 +01:00
parent 76f8e6d6ef
commit 6c9e969099
2 changed files with 6 additions and 6 deletions

View File

@@ -55,8 +55,8 @@ namespace hex::plugin::builtin {
i64 m_gotoAddressRelative = 0;
bool m_gotoRequested = false;
char m_baseAddressBuffer[0x20] = { 0 };
u64 m_resizeSize = 0;
u64 m_baseAddress = 0;
u64 m_resizeSize = 0;
std::vector<u8> m_dataToSave;
std::set<pl::Pattern *> m_highlightedPatterns;