Skip to content

Commit dc12330

Browse files
committed
version bump
1 parent 1e769f1 commit dc12330

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ qsl_version = 2.0.0-beta.8
1414
quilted_fabric_api_version = 4.0.0-beta.1+0.58.5
1515

1616
# Mod Properties
17-
version = 2.1.5+1.19.1
17+
version = 2.1.6+1.19.1
1818
maven_group = io.github.axolotlclient
1919
archives_base_name = AxolotlClient

src/main/java/io/github/axolotlclient/mixin/MixinCamera.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public abstract class MixinCamera {
2727
private void perspectiveUpdatePitchYaw(BlockView area, Entity focusedEntity, boolean thirdPerson, boolean inverseView, float tickDelta, CallbackInfo ci) {
2828
this.pitch = Freelook.INSTANCE.pitch(pitch) * (inverseView && Freelook.INSTANCE.enabled.get() && Freelook.INSTANCE.active ? -1 : 1);
2929
this.yaw = Freelook.INSTANCE.yaw(yaw) + (inverseView && Freelook.INSTANCE.enabled.get() && Freelook.INSTANCE.active ? 180 : 0);
30-
// System.out.println("Pitch: "+pitch+" Yaw: "+ yaw);
3130
}
3231

3332
@ModifyArgs(method = "update", at = @At(value = "INVOKE", target = "net/minecraft/client/render/Camera.setRotation(FF)V", ordinal = 0))

0 commit comments

Comments
 (0)