mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
Fixed #3874
This commit is contained in:
parent
15a07a4a18
commit
1460a15942
Binary file not shown.
@ -26,7 +26,7 @@ public class HintsFragment extends Fragment{
|
||||
private static final float foutTime = 0.6f;
|
||||
|
||||
/** All hints to be displayed in the game. */
|
||||
public Seq<Hint> hints = Seq.with(DefaultHint.values());
|
||||
public Seq<Hint> hints = new Seq<>().and(DefaultHint.values()).as();
|
||||
|
||||
@Nullable Hint current;
|
||||
Group group = new WidgetGroup();
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=e17afc5fd9f8b5285d3e82378ef845ce3e5f9e11
|
||||
archash=08d81cd26f74ea2e490c5ddc6e5a509f30f48368
|
||||
|
Loading…
Reference in New Issue
Block a user