Skip to content

Commit

Permalink
refactor: Correct order of parameters in useClonedPed(setPedHeadBlend…
Browse files Browse the repository at this point in the history
…Data) to be in line with usePlayerAppearance (#177)
  • Loading branch information
d2kk authored Nov 18, 2024
1 parent 406d23b commit 9f17b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/client/ped/clone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ export function useClonedPed() {
native.setPedHeadBlendData(ped, 0, 0, 0, 0, 0, 0, 0, 0, 0, false);
native.setPedHeadBlendData(
ped,
appearance.faceFather,
appearance.faceMother,
appearance.faceFather,
0,
appearance.skinFather,
appearance.skinMother,
appearance.skinFather,
0,
appearance.faceMix,
appearance.skinMix,
Expand Down

0 comments on commit 9f17b2f

Please sign in to comment.