mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-23 03:03:19 +00:00
Oh bother
This commit is contained in:
parent
0164032a4a
commit
941d47908f
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user