mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-28 00:19:57 +07:00
Merge pull request #2707 from LeoDog896/master
Make renderer shader final
This commit is contained in:
commit
1d530f531d
@ -11,7 +11,7 @@ import arc.util.*;
|
||||
public class IndexedRenderer implements Disposable{
|
||||
private static final int vsize = 5;
|
||||
|
||||
private Shader program = new Shader(
|
||||
private final Shader program = new Shader(
|
||||
"attribute vec4 a_position;\n" +
|
||||
"attribute vec4 a_color;\n" +
|
||||
"attribute vec2 a_texCoord0;\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user