Skip to content

Commit

Permalink
3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
quinton-ashley committed Dec 14, 2022
1 parent f3877d3 commit fedcac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions p5.play.js
Original file line number Diff line number Diff line change
Expand Up @@ -4463,8 +4463,8 @@ p5.prototype.registerMethod('init', function p5PlayInit() {
this.origin.x -= this.p.allSprites.tileSize * 0.5;
this.origin.y -= this.p.allSprites.tileSize * 0.5;
}
this._hw = w * 0.5;
this._hh = h * 0.5;
this.hw = w * 0.5;
this.hh = h * 0.5;
}

_beginContact(contact) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"version": "git add -A",
"postversion": "git push"
},
"version": "3.3.7"
"version": "3.3.8"
}

0 comments on commit fedcac0

Please sign in to comment.