smaller default GeomBuffer

This commit is contained in:
Hannes Janetzek 2013-05-15 02:55:15 +02:00
parent 6483902901
commit 08ea40851f

View File

@ -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) {