Skip to content

Commit

Permalink
Correct spelling of Bruijn (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
prplz authored and modmuss50 committed Oct 7, 2019
1 parent 174d38a commit 26a0269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappings/net/minecraft/util/math/MathHelper.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
FIELD field_15722 COSINE_TABLE [D
FIELD field_15723 MULTIPLY_DE_BRUJIN_BIT_POSITION [I
FIELD field_15723 MULTIPLY_DE_BRUIJN_BIT_POSITION [I
FIELD field_15724 SQUARE_ROOT_OF_TWO F
FIELD field_15725 SINE_TABLE [F
FIELD field_15726 RANDOM Ljava/util/Random;
Expand All @@ -14,7 +14,7 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
ARG 1 min
ARG 2 max
METHOD method_15341 floorMod (FF)F
METHOD method_15342 log2DeBrujin (I)I
METHOD method_15342 log2DeBruijn (I)I
METHOD method_15343 parseInt (Ljava/lang/String;I)I
ARG 0 string
ARG 1 fallback
Expand Down

0 comments on commit 26a0269

Please sign in to comment.