rename never draw bg option

This commit is contained in:
yugecin 2016-11-13 13:24:08 +01:00
parent 6644ed96f5
commit 07cf71fe8e

View File

@ -979,7 +979,7 @@ public class Options {
}
},
DANCE_REMOVE_BG ("Never draw background", "RemoveBG", "Hello darkness my old friend", Dancer.removebg) {
DANCE_REMOVE_BG ("Use black background instead of image", "RemoveBG", "Hello darkness my old friend", Dancer.removebg) {
@Override
public void click(GameContainer container) {
bool = !bool;