mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Remove final modifiers
This commit is contained in:
parent
7674f411bf
commit
bd0d9ebce6
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ public class Zone {
|
|||
private final int chunkHeight = DEFAULT_CHUNK_HEIGHT;
|
||||
private final int numChunksWidth;
|
||||
private final int numChunksHeight;
|
||||
private final int[] surface;
|
||||
private final int[] sunlight;
|
||||
private final boolean[] chunksExplored;
|
||||
private int[] surface;
|
||||
private int[] sunlight;
|
||||
private boolean[] chunksExplored;
|
||||
private float time = 5000;
|
||||
private float temperature = 0;
|
||||
private float wind = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue