We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e72c99 commit 79d64abCopy full SHA for 79d64ab
1 file changed
src/physics/arcade/Body.js
@@ -1089,8 +1089,8 @@ var Body = new Class({
1089
1090
var gameObject = this.gameObject;
1091
1092
- if(width === undefined) { width = gameObject.frame.data.sourceSize.w; }
1093
- if(height === undefined) { height = gameObject.frame.data.sourceSize.h; }
+ if (width === undefined) { width = gameObject.frame.data.sourceSize.w; }
+ if (height === undefined) { height = gameObject.frame.data.sourceSize.h; }
1094
1095
this.sourceWidth = width;
1096
this.sourceHeight = height;
0 commit comments