Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Miller <[email protected]>
  • Loading branch information
sovdeeth and APickledWalrus authored Oct 2, 2024
1 parent ca655f4 commit 64656bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public void change(Event event, Object @Nullable [] delta, ChangeMode mode) {
case REMOVE:
change = -change;
//$FALL-THROUGH$

case ADD:
for (Display display : displays) {
if (display instanceof TextDisplay textDisplay) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import org.joml.Vector3f;

import java.util.function.Function;

/**
* Rotates {@link Quaternionf}s around the X, Y, and Z axes, as well as any arbitrary axis.
* Supports all local axes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import org.jetbrains.annotations.Contract;

import java.util.function.Function;

/**
* Rotates {@link Vector}s around the X, Y, and Z axes, as well as any arbitrary axis.
* Does not support local axes.
Expand Down

0 comments on commit 64656bf

Please sign in to comment.