We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd033d9 commit 7df0543Copy full SHA for 7df0543
src/Addon.cpp
@@ -178,7 +178,7 @@ namespace Addon
178
179
bool shouldActivate = false;
180
181
- if (Config::ResetToCenter && s_CursorWasHidden && !Inputs::IsCursorHidden())
+ if (Config::ResetToCenter && s_CursorWasHidden && !Inputs::IsCursorHidden() && s_NexusLink->IsCameraMoving)
182
{
183
RECT rect{};
184
GetWindowRect(s_WindowHandle, &rect);
0 commit comments