mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-12 10:59:22 +07:00
arc
This commit is contained in:
parent
06b08c80c2
commit
01e3599c7d
@ -83,6 +83,7 @@ public class LoadingFragment extends Fragment{
|
||||
CharSequence realText = nameLabel.getText();
|
||||
|
||||
//fallback to the default font if characters are missing
|
||||
//TODO this should happen everywhere
|
||||
for(int i = 0; i < realText.length(); i++){
|
||||
if(Fonts.tech.getData().getGlyph(realText.charAt(i)) == null){
|
||||
nameLabel.setStyle(Styles.defaultLabel);
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=810c593d485c495fe6fe8612796a0f060030d0ab
|
||||
archash=cca1ec7ef642a2bcbe3b3cc5ca9273de1c920c3b
|
||||
|
Loading…
Reference in New Issue
Block a user