Skip to content

Commit

Permalink
corrected bool mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dooly123 committed Jan 9, 2025
1 parent 8e7430c commit 55f31f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void Compute(double TimeAsDouble)
// Muscle interpolation job
musclesJob.Time = interpolationTime;
musclesHandle = musclesJob.Schedule(LocalAvatarSyncMessage.StoredBones, 64, AvatarHandle);
if(ForceUpdateFilters)
if(updateFilters)
{
ForceUpdateFilters();
}
Expand Down

0 comments on commit 55f31f8

Please sign in to comment.