DateTime adapter (#628)
This commit is contained in:
@@ -20,6 +20,8 @@ import com.jtattoo.plaf.DecorationHelper;
|
||||
import com.jtattoo.plaf.hifi.HiFiLookAndFeel;
|
||||
|
||||
import org.oscim.awt.AwtGraphics;
|
||||
import org.oscim.backend.DateTime;
|
||||
import org.oscim.backend.DateTimeAdapter;
|
||||
import org.oscim.backend.GLAdapter;
|
||||
import org.oscim.gdx.GdxAssets;
|
||||
import org.oscim.gdx.LwjglGL20;
|
||||
@@ -88,6 +90,7 @@ public class Main {
|
||||
AwtGraphics.init();
|
||||
GdxAssets.init("assets/");
|
||||
GLAdapter.init(new LwjglGL20());
|
||||
DateTimeAdapter.init(new DateTime());
|
||||
GLAdapter.GDX_DESKTOP_QUIRKS = true;
|
||||
window = new MainWindow();
|
||||
window.setSize(800, 600);
|
||||
|
||||
Reference in New Issue
Block a user