Skip to content

Commit

Permalink
💡 Uncomment Hook::features->handle
Browse files Browse the repository at this point in the history
  • Loading branch information
47PADO47 committed Feb 19, 2024
1 parent 444fd8f commit f0d05d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Internal/hook/functions/PostRender.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void PostRender(UGameViewportClient* UGameViewportClient, Canvas* canvas)
APlayerController* PlayerController = LocalPlayer->PlayerController;
if (!PlayerController) break;

//hook->features->handle(PlayerController);
Hook::features->handle(PlayerController);
} while (false);

return Hook::OriginalPostRender(UGameViewportClient, canvas);
Expand Down

0 comments on commit f0d05d4

Please sign in to comment.