changelog

This commit is contained in:
Anuken
2020-11-02 18:35:28 -05:00
parent 8f417ef2d7
commit 8ecbb46303
2 changed files with 11 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ public enum CacheLayer{
endShader(Shaders.slag);
}
},
space{
space(2){
@Override
public void begin(){
beginShader();
@@ -70,7 +70,7 @@ public enum CacheLayer{
public final int capacity;
CacheLayer(){
this(2);
this(3);
}
CacheLayer(int capacity){