Skip to content

Commit

Permalink
Fix type build error
Browse files Browse the repository at this point in the history
LogicalGeekBoy committed Oct 27, 2024
1 parent 27ebc19 commit 5682061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ public class LogicalZoom implements ClientModInitializer {
private static boolean originalSmoothCameraEnabled;
private static final MinecraftClient mc = MinecraftClient.getInstance();

public static final float zoomLevel = 0.23;
public static final float zoomLevel = (float) 0.23;

@Override
public void onInitializeClient() {

0 comments on commit 5682061

Please sign in to comment.