Skip to content

Commit

Permalink
sig fix 2 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
WorstAquaPlayer authored Apr 2, 2024
1 parent af94df7 commit a370724
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 74 11 02 E9 54 7E 32"; // Framework.TaskRenderGraphicsRender
var finalizeSkeletonsHook = "48 8B 0D B1 ?? ?? 02 E9 ?? ?? 32 00"; // Framework.TaskRenderGraphicsRender
_finalizeSkeletonsHook = hooking.HookFromAddress<FinalizeSkeletonsDelegate>(scanner.ScanText(finalizeSkeletonsHook), FinalizeSkeletonsHook);
_finalizeSkeletonsHook.Enable();

Expand Down

0 comments on commit a370724

Please sign in to comment.