Skip to content

Commit f9fec11

Browse files
committed
Move player head a bit closer to the body
1 parent 3b1b5d2 commit f9fec11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooking/skeleton.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ static bool isFaceBone(const std::string_view& boneName) {
259259

260260
static Skeleton s_skeleton;
261261
static bool s_skeletonParsed = false;
262-
static glm::vec3 s_manualBodyOffset = glm::vec3(0.0f, 0.0f, -0.125f);
262+
static glm::vec3 s_manualBodyOffset = glm::vec3(0.0f, 0.0f, -0.075f);
263263
static glm::mat4 s_handCorrectionRotationLeft = glm::mat4(1.0f);
264264
static glm::mat4 s_handCorrectionRotationRight = glm::mat4(1.0f);
265265

0 commit comments

Comments
 (0)