Skip to content

Commit c87f1c7

Browse files
committed
Merge branch '1.20' into 1.19.4
2 parents 89d9a23 + 7a7ac93 commit c87f1c7

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)