mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Batch cleanup
This commit is contained in:
parent
a7bdd6c856
commit
c66c3590b1
@ -20,6 +20,8 @@ import mindustry.mod.*;
|
|||||||
import mindustry.net.Net;
|
import mindustry.net.Net;
|
||||||
import mindustry.ui.*;
|
import mindustry.ui.*;
|
||||||
|
|
||||||
|
import java.nio.*;
|
||||||
|
|
||||||
import static arc.Core.*;
|
import static arc.Core.*;
|
||||||
import static mindustry.Vars.*;
|
import static mindustry.Vars.*;
|
||||||
|
|
||||||
@ -33,6 +35,7 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup(){
|
public void setup(){
|
||||||
|
|
||||||
loader = new LoadRenderer();
|
loader = new LoadRenderer();
|
||||||
Events.fire(new ClientCreateEvent());
|
Events.fire(new ClientCreateEvent());
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ public class IndexedRenderer implements Disposable{
|
|||||||
program.bind();
|
program.bind();
|
||||||
texture.bind();
|
texture.bind();
|
||||||
|
|
||||||
program.setUniformMatrix4("u_projTrans", BatchShader.copyTransform(combined));
|
program.setUniformMatrix4("u_projTrans", combined);
|
||||||
program.setUniformi("u_texture", 0);
|
program.setUniformi("u_texture", 0);
|
||||||
|
|
||||||
mesh.render(program, Gl.triangles, 0, vertices.length / vsize);
|
mesh.render(program, Gl.triangles, 0, vertices.length / vsize);
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=a92a05d03367ca1481fbf8768635eec38204babc
|
archash=db822fce837c326b28f091138bf6b34839767b51
|
||||||
|
Loading…
Reference in New Issue
Block a user