Fixed #3874
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user