Skip to content

Commit

Permalink
3.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
quinton-ashley committed Sep 10, 2023
1 parent cb68a17 commit c5aa995
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion p5play.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ p5.prototype.registerMethod('init', function p5playInit() {
let ts = this.tileSize;
if (!w && (this._ani.w != 1 || this._ani.h != 1)) {
w = this._ani.w / ts;
if (this.shape != 'circle') {
if (!h && this.shape != 'circle') {
h = this._ani.h / ts;
}
}
Expand Down
2 changes: 1 addition & 1 deletion p5play.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"version": "git add -A",
"postversion": "git push"
},
"version": "3.12.4"
"version": "3.12.5"
}

0 comments on commit c5aa995

Please sign in to comment.