Skip to content

Commit

Permalink
1.2.2, fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirsario committed Dec 28, 2020
1 parent 6d0c338 commit b16e805
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.10.8

# Mod Properties
mod_version = 1.2.1-fabric-universal
mod_version = 1.2.2-fabric-universal
maven_group = mirsario
archives_base_name = CameraOverhaul

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ public void OnCameraUpdate(Camera camera, Transform cameraTransform, float delta
StrafingRollOffset(cameraTransform, offsetTransform, velocity, relativeXZVelocity, deltaTime, config.strafingRollFactor);

prevCameraYaw = cameraTransform.eulerRot.y;

CameraOverhaul.Logger.info("Updating...");
}

@Override
Expand Down

0 comments on commit b16e805

Please sign in to comment.