mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Probably one more
This commit is contained in:
parent
72136ebea3
commit
637cca2e66
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ public class NetClient implements ApplicationListener{
|
|||
public static void warningToast(int unicode, String text){
|
||||
if(text == null || Fonts.def.getData().getGlyph((char)unicode) == null) return;
|
||||
|
||||
ui.hudfrag.showToast(Fonts.getGlyph(ui.Fonts.def, (char)unicode), text);
|
||||
ui.hudfrag.showToast(Fonts.getGlyph(Fonts.def, (char)unicode), text);
|
||||
}
|
||||
|
||||
@Remote(variants = Variant.both)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue