Skip to content

Commit 7df0543

Browse files
committed
Update Addon.cpp
1 parent fd033d9 commit 7df0543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Addon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ namespace Addon
178178

179179
bool shouldActivate = false;
180180

181-
if (Config::ResetToCenter && s_CursorWasHidden && !Inputs::IsCursorHidden())
181+
if (Config::ResetToCenter && s_CursorWasHidden && !Inputs::IsCursorHidden() && s_NexusLink->IsCameraMoving)
182182
{
183183
RECT rect{};
184184
GetWindowRect(s_WindowHandle, &rect);

0 commit comments

Comments
 (0)