smaller default GeomBuffer
This commit is contained in:
parent
6483902901
commit
08ea40851f
@ -39,7 +39,7 @@ public class MapElement extends GeometryBuffer {
|
|||||||
public int priority;
|
public int priority;
|
||||||
|
|
||||||
public MapElement() {
|
public MapElement() {
|
||||||
super(4096, 128);
|
super(1024, 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
public MapElement(int points, int indices) {
|
public MapElement(int points, int indices) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user