Skip to content

Commit

Permalink
Update ForceReinitPhysBonesHook.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed May 7, 2024
1 parent 3126c4f commit 0bc68aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/VRChat/ForceReinitPhysBonesHook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace nadena.dev.ndmf.VRChat
///
/// Note that we only do this when entering play mode, as this is runtime state, not serialized state.
/// </summary>
public class ForceReinitPhysBonesHook : IVRCSDKPreprocessAvatarCallback
internal class ForceReinitPhysBonesHook : IVRCSDKPreprocessAvatarCallback
{
public int callbackOrder => int.MaxValue;

Expand All @@ -32,4 +32,4 @@ public bool OnPreprocessAvatar(GameObject avatarGameObject)
return true;
}
}
}
}

0 comments on commit 0bc68aa

Please sign in to comment.