This commit is contained in:
Anuken 2019-08-23 14:16:25 -04:00
parent cf9cda4936
commit 9ddfd650dd

View File

@ -57,9 +57,7 @@ public class DesktopPlatform extends Platform{
t.touchable(Touchable.disabled);
t.top().left();
t.update(t::toFront);
t.table("guideDim", f -> {
label[0] = f.add("").get();
});
t.table("guideDim", f -> label[0] = f.add("").get());
});
Log.setLogger(new LogHandler(){
@ -143,7 +141,6 @@ public class DesktopPlatform extends Platform{
@Override
public void updateRPC(){
if(!useDiscord) return;
Log.info("Updating discord RPC status.");
DiscordRichPresence presence = new DiscordRichPresence();