fix: add default head mapping
R15 default head is dynamic, in this case the id of the head is `0`, which we just map to the default face
This commit is contained in:
+2
-1
@@ -507,7 +507,8 @@ local faceByMesh: {[number]: number} = {
|
||||
[124045894066016] = 65724730,
|
||||
[83797968787123] = 65724730,
|
||||
[2432102561] = 65724730,
|
||||
[87670789201977] = 65724730
|
||||
[87670789201977] = 65724730,
|
||||
[0] = 65724730
|
||||
}
|
||||
|
||||
return faceByMesh
|
||||
|
||||
Reference in New Issue
Block a user