Commit 86505e4f by Jonathan Thomas

Extending render distance from 9 blocks to 11 blocks.

parent 9ad196c5
Pipeline #12074 passed with stage
in 21 seconds
......@@ -262,7 +262,7 @@ public class BubbleRenderer {
float textHeaderHeight = 40F;
float textFooterHeight = 5F;
int fullBright = 0xF000F0;
double renderDistance = 9.0;
double renderDistance = 11.0;
// Get camera
Camera camera = context.camera();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment