RenderBuckets: unify baseBuckets and textureBuckets

... finally
This commit is contained in:
Hannes Janetzek
2014-09-04 23:54:30 +02:00
parent f6d85ce8bd
commit 3f8b028d60
11 changed files with 131 additions and 184 deletions

View File

@@ -80,7 +80,7 @@ public class LineTest extends GdxMap {
}
buckets.clear();
buckets.setBaseBuckets(ll);
buckets.set(ll);
g.clear();
for (int i = 0; i < 60; i++) {
g.startLine();