cleanup
This commit is contained in:
@@ -16,7 +16,6 @@ public class ItemModule extends BlockModule{
|
|||||||
|
|
||||||
protected int[] items = new int[content.items().size];
|
protected int[] items = new int[content.items().size];
|
||||||
protected int total;
|
protected int total;
|
||||||
// Make the take() loop persistent so it does not return the same item twice in a row unless there is nothing else to return.
|
|
||||||
protected int takeRotation;
|
protected int takeRotation;
|
||||||
|
|
||||||
private @Nullable WindowedMean[] flow;
|
private @Nullable WindowedMean[] flow;
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=04b670f22169ae9e268458950a5d324b5ed03e23
|
archash=9659841bc145ba3db1dff036cfa1ca8f4ebdfabd
|
||||||
|
|||||||
Reference in New Issue
Block a user