mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-19 20:26:20 +08:00
pr #112: move mapRect
from global scope
This commit is contained in:
@ -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 {};
|
||||
|
||||
|
Reference in New Issue
Block a user