mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Fixed garbage code.
This commit is contained in:
@@ -4,6 +4,6 @@ import java.util.Locale;
|
||||
|
||||
public class Settings {
|
||||
public boolean fullScreen = false;
|
||||
public String locale = Locale.getDefault().toLanguageTag();
|
||||
public String locale = "en";
|
||||
public int volume = 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user