mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Remove useless minus sign
This commit is contained in:
@@ -761,7 +761,7 @@ gdjs.RuntimeObject.prototype.updateHitBoxes = function() {
|
||||
this.hitBoxes[0].vertices[2][1] =+height/2.0;
|
||||
this.hitBoxes[0].vertices[3][0] =-width/2.0;
|
||||
this.hitBoxes[0].vertices[3][1] =+height/2.0;
|
||||
-
|
||||
|
||||
this.hitBoxes[0].rotate(this.getAngle()/180*Math.PI);
|
||||
this.hitBoxes[0].move(this.getDrawableX()+this.getCenterX(), this.getDrawableY()+this.getCenterY());
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user