Prevent consecutive settings from using the same colour

This commit is contained in:
Lonami Exo 2017-09-09 20:56:04 +02:00
parent 3030986dbc
commit 6ad52898cd

View file

@ -133,7 +133,7 @@ class CustomizeScreen implements Screen {
// Snap to grid on/off
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() {
@Override