diff --git a/cheat-library/src/user/cheat/imap/InteractiveMap.cpp b/cheat-library/src/user/cheat/imap/InteractiveMap.cpp index 42c5217..91eb892 100644 --- a/cheat-library/src/user/cheat/imap/InteractiveMap.cpp +++ b/cheat-library/src/user/cheat/imap/InteractiveMap.cpp @@ -18,7 +18,6 @@ namespace cheat::feature { - app::Rect mapRect = {}; InteractiveMap::InteractiveMap() : Feature(), NFEX(f_Enabled, "Interactive map", "m_InteractiveMap", "InteractiveMap", false, false), @@ -1545,6 +1544,7 @@ namespace cheat::feature static ImCircle GetMinimapCircle() { + static app::Rect mapRect = {}; if (_monoMiniMap == nullptr) return {};