mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-20 18:05:13 -06:00
Major client code cleanup
This commit is contained in:
parent
9b97a8799a
commit
9a3d79abf0
235 changed files with 29482 additions and 29717 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue