Skip to content

Commit

Permalink
this fixes #39 but idk if i'm happy about it
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed May 19, 2024
1 parent 0f1e078 commit ea7347a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private float modifyRoll(float original) {

@Inject(method = "setRotation", at = @At(value = "INVOKE", target = "Lorg/joml/Quaternionf;rotationYXZ(FFF)Lorg/joml/Quaternionf;", shift = At.Shift.AFTER))
private void modifyQuaternion(float f, float g, CallbackInfo ci) {
this.rotation.rotateY(ctp$extraYRot);
//this.rotation.rotateY(ctp$extraYRot * Mth.DEG_TO_RAD);
}

@Unique
Expand Down

0 comments on commit ea7347a

Please sign in to comment.