Skip to content

Commit

Permalink
camera handler must remove observer on kill (#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
loveridge authored Nov 2, 2024
1 parent 23b48e3 commit 1fe5367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rts/Game/CameraHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ void CCameraHandler::Init()
void CCameraHandler::Kill()
{
RECOIL_DETAILED_TRACY_ZONE;
configHandler->RemoveObserver(this);
KillControllers();
}

Expand Down

0 comments on commit 1fe5367

Please sign in to comment.