Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Feb 1, 2023
1 parent 2d481b3 commit fd6e73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft_version=1.19.3
yarn_mappings=1.19.3+build.2
loader_version=0.14.11
# Mod Properties
mod_version=0.1.0
mod_version=0.1.1
maven_group=io.wispforest
archives_base_name=ok-boomer
# Dependencies
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/io/wispforest/okboomer/OkBoomer.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ public class OkBoomer implements ClientModInitializer {

public static boolean currentlyRotatIng = false;

public static Matrix4f mouseTransform = new Matrix4f();

static {
mouseTransform.identity();
}
public static Matrix4f mouseTransform = new Matrix4f().identity();

private static boolean smoothCameraRestoreValue = false;

Expand Down

0 comments on commit fd6e73f

Please sign in to comment.