Prevent consecutive settings from using the same colour
This commit is contained in:
parent
3030986dbc
commit
6ad52898cd
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class CustomizeScreen implements Screen {
|
||||||
|
|
||||||
// Snap to grid on/off
|
// Snap to grid on/off
|
||||||
final SoftButton snapButton = new SoftButton(
|
final SoftButton snapButton = new SoftButton(
|
||||||
2, Klooni.shouldSnapToGrid() ? "snap_on_texture" : "snap_off_texture");
|
1, Klooni.shouldSnapToGrid() ? "snap_on_texture" : "snap_off_texture");
|
||||||
|
|
||||||
snapButton.addListener(new ChangeListener() {
|
snapButton.addListener(new ChangeListener() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue