Sometrik / canvas

C++ canvas implementation
MIT License
37 stars 8 forks source link

In AndroidSurface, the factoryOptions object is constant and should be cached as a global ref #14

Closed rekola closed 7 years ago

rekola commented 8 years ago

There can only be 16 automatically collected local refs, so you should use them sparingly.

rekola commented 7 years ago

Or you can release the object.