Skip to content

Commit

Permalink
Fix sig
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmoose committed May 7, 2024
1 parent 171c902 commit bb39bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Brio/Game/Posing/SkeletonService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public SkeletonService(EntityManager entityManager, ObjectMonitorService monitor
_updateBonePhysicsHook = hooking.HookFromAddress<UpdateBonePhysicsDelegate>(scanner.ScanText(updateBonePhysicsAddress), UpdateBonePhysicsDetour);
_updateBonePhysicsHook.Enable();

var finalizeSkeletonsHook = "48 8B 0D B1 ?? ?? 02 E9 ?? ?? 32 00"; // Framework.TaskRenderGraphicsRender
var finalizeSkeletonsHook = "48 8B 0D C1 94 11 02 E9 64 7E 32 00"; // Framework.TaskRenderGraphicsRender
_finalizeSkeletonsHook = hooking.HookFromAddress<FinalizeSkeletonsDelegate>(scanner.ScanText(finalizeSkeletonsHook), FinalizeSkeletonsHook);
_finalizeSkeletonsHook.Enable();

Expand Down

0 comments on commit bb39bad

Please sign in to comment.