Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Jan 17, 2023
1 parent 879bcae commit d81786f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
java
kotlin("jvm") version "1.8.0" apply false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ enum class SkeletonConfigOffsets(
BoneType.RIGHT_HAND,
),
),
ELBOW_OFFSET(
20u,
"elbowOffset",
0.0f,
arrayOf(BoneType.LEFT_ELBOW_TRACKER, BoneType.RIGHT_ELBOW_TRACKER),
),
;

companion object {
Expand Down

0 comments on commit d81786f

Please sign in to comment.