smaller default GeomBuffer

This commit is contained in:
Hannes Janetzek
2013-10-09 01:56:03 +02:00
parent 6483902901
commit 08ea40851f
+1 -1
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) {