This commit is contained in:
@@ -15,8 +15,6 @@ public class Fonts {
|
|||||||
public static ImFont INFECTED;
|
public static ImFont INFECTED;
|
||||||
public static ImFont EMOJIS;
|
public static ImFont EMOJIS;
|
||||||
|
|
||||||
private static final String baseDir = "";
|
|
||||||
|
|
||||||
public static void createFonts() {
|
public static void createFonts() {
|
||||||
ImFontGlyphRangesBuilder builder = new ImFontGlyphRangesBuilder();
|
ImFontGlyphRangesBuilder builder = new ImFontGlyphRangesBuilder();
|
||||||
builder.addRanges(ImGui.getIO().getFonts().getGlyphRangesDefault());
|
builder.addRanges(ImGui.getIO().getFonts().getGlyphRangesDefault());
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ package network.client;
|
|||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.net.UnknownHostException;
|
import java.net.UnknownHostException;
|
||||||
import java.util.Random;
|
|
||||||
|
|
||||||
import common.ConsumerSignal;
|
import common.ConsumerSignal;
|
||||||
import common.Signal;
|
import common.Signal;
|
||||||
|
|||||||
Reference in New Issue
Block a user