fixed bug in ChangePredictionOverlay
This commit is contained in:
parent
ae8f33e598
commit
86307e997b
@ -55,7 +55,7 @@ public class MakePredictionOverlay extends Overlay implements InteractionOverlay
|
||||
};
|
||||
|
||||
for (int i = 0; i < values.length; i++) {
|
||||
buttons[i] = new TextButton(String.valueOf(i), skin);
|
||||
buttons[i] = new TextButton(String.valueOf(values[i]), skin);
|
||||
buttons[i].addListener(listener);
|
||||
buttonGroup.addActor(buttons[i]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user