mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-10 06:15:59 +00:00
Oh bother
This commit is contained in:
@@ -35,7 +35,7 @@ public class FixedWidthFontRenderer
|
||||
|
||||
private static void greyscaleify( float[] rgb )
|
||||
{
|
||||
Arrays.fill(rgb, ( rgb[0] + rgb[1] + rgb[2] ) / 3.0f);
|
||||
Arrays.fill( rgb, ( rgb[0] + rgb[1] + rgb[2] ) / 3.0f );
|
||||
}
|
||||
|
||||
private void drawChar( VertexBuffer renderer, double x, double y, int index, int color, Palette p, boolean greyscale )
|
||||
|
Reference in New Issue
Block a user