earlygrey / shapedrawer

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

Fixes/region uv coords #21

Closed earlygrey closed 4 years ago

earlygrey commented 4 years ago

Fixes bug where sometimes pixels outside the specified region were used to draw.

Thanks @mgsx-dev for reporting and suggesting the fix.