Skip to content

Commit

Permalink
update version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earlygrey committed Jun 12, 2021
1 parent 1b2a3cc commit ff53073
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[UNRELEASED]
[2.5.0]
- fixed rotated rectangles
- add setTextureRegion() method and ShapeDrawer(Batch batch) constructor
- fixed line width argument for triangles

[2.4.0]
- fixed compatibility with libGDX 1.9.12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use this in your gradle project, add the version number and jitpack repositor
allprojects {
ext {
...
shapedrawerVersion = '2.4.0'
shapedrawerVersion = '2.5.0'
}
repositories {
...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void polygon(float[] vertices, short[] triangles, int trianglesCount) {
}
}

static class PolygonBatchFilledPolygonDrawer extends FilledPolygonDrawer<PolygonBatchManager> {
static class PolygonBatchFilledPolygonDrawer extends FilledPolygonDrawer<PolygonBatchManager> {

PolygonBatchFilledPolygonDrawer(PolygonBatchManager batchManager, AbstractShapeDrawer drawer) {
super(batchManager, drawer);
Expand Down

0 comments on commit ff53073

Please sign in to comment.