earlygrey / shapedrawer

A library for libGDX that draws simple shapes using a batch.
MIT License
187 stars 31 forks source link

AbstractShapeDrawer.getCacheSize #41

Closed TCreutzenberg closed 3 years ago

TCreutzenberg commented 3 years ago

To avoid lags due to calls to AbstractShapeDrawer.increaseCacheSize I'd like to be able to retrieve the size of the cache so I can increase the start size of the cache (see https://github.com/earlygrey/shapedrawer/pull/38) during development.

TCreutzenberg commented 3 years ago

Closed because of other solution.