Skip to content

Commit

Permalink
Fix render models not being hidden while game isn't focused
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoco007 committed Oct 8, 2024
1 parent ef4af14 commit a2cb6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/CustomAvatar/Tracking/TrackingRig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ private void OnFpfcSettingsChanged(IFPFCSettings fpfcSettings)
private void OnFocusChanged(bool hasFocus)
{
UpdateBehaviourEnabled();
UpdateRenderModelsVisibility();
}

private void UpdateBehaviourEnabled()
Expand Down

0 comments on commit a2cb6ca

Please # to comment.