Line optimization & cleanup
This commit is contained in:
@@ -98,7 +98,6 @@ public class LoadRenderer implements Disposable{
|
||||
|
||||
float w = Core.graphics.getWidth(), h = Core.graphics.getHeight(), s = Scl.scl();
|
||||
//s = 2f;
|
||||
Lines.precise(true);
|
||||
|
||||
Draw.proj().setOrtho(0, 0, Core.graphics.getWidth(), Core.graphics.getHeight());
|
||||
|
||||
@@ -467,7 +466,6 @@ public class LoadRenderer implements Disposable{
|
||||
font.draw(red + "[[[[ " + key + " ]]\n"+orange+"<" + Version.modifier + " " + (Version.build == 0 ? " [init]" : Version.build == -1 ? " custom" : " " + Version.build) + ">", w/2f, h/2f + 110*s, Align.center);
|
||||
}
|
||||
|
||||
Lines.precise(false);
|
||||
Draw.flush();
|
||||
|
||||
fx.end();
|
||||
|
||||
Reference in New Issue
Block a user