mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-21 04:50:59 -07:00
cleanup
This commit is contained in:
parent
50c6b0b1bd
commit
3bdd6e04ca
2 changed files with 1 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ public class ItemModule extends BlockModule{
|
|||
|
||||
protected int[] items = new int[content.items().size];
|
||||
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;
|
||||
|
||||
private @Nullable WindowedMean[] flow;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=04b670f22169ae9e268458950a5d324b5ed03e23
|
||||
archash=9659841bc145ba3db1dff036cfa1ca8f4ebdfabd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue