Skip to content

Commit d356ad5

Browse files
committed
Merge branch '1.21' into 1.20.5
2 parents 2d5ab72 + 083ae01 commit d356ad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xplat/src/main/java/dev/emi/emi/screen/MicroTextRenderer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ public static void render(EmiDrawContext context, long amount, boolean volume, i
8383
amount /= FluidUnit.literDivisor();
8484
}
8585
scales = switch (EmiConfig.fluidUnit) {
86-
case FluidUnit.MILLIBUCKETS -> BUCKET_VOLUME_SCALES;
87-
case FluidUnit.LITERS -> LITER_VOLUME_SCALES;
88-
case FluidUnit.DROPLETS -> DROPLET_VOLUME_SCALES;
86+
case MILLIBUCKETS -> BUCKET_VOLUME_SCALES;
87+
case LITERS -> LITER_VOLUME_SCALES;
88+
case DROPLETS -> DROPLET_VOLUME_SCALES;
8989
};
9090
} else {
9191
scales = QUANTITY_SCALES;

0 commit comments

Comments
 (0)