Major client code cleanup

This commit is contained in:
Woah 2021-03-24 15:51:22 -04:00
parent 9b97a8799a
commit 9a3d79abf0
235 changed files with 29482 additions and 29717 deletions

View file

@ -10,7 +10,7 @@ import java.nio.ByteBuffer;
final class WaterMovementShader implements ShaderInterface {
private int anInt2177 = -1;
private static float[] color = new float[]{0.1F, 0.1F, 0.15F, 0.1F};
private static final float[] color = new float[]{0.1F, 0.1F, 0.15F, 0.1F};
private final float[] aFloatArray2179 = new float[4];
private int textureId = -1;
private int anInt2181 = -1;