Skip to content

Commit

Permalink
Merge pull request #43 from der-fruhling-entertainment/fixes/39-camer…
Browse files Browse the repository at this point in the history
…a-fog-ss

Fix Fog and Sound System using the wrong vector
  • Loading branch information
der_frühling authored May 19, 2024
2 parents 0f1e078 + ea7347a commit 2ee3e66
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 2ee3e66

Please sign in to comment.