Skip to content

Commit bd4ae9f

Browse files
committed
remove comment
1 parent ecd20ce commit bd4ae9f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Scripts/physics.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ Vector3D.prototype.normalize = function () {
4343
this.z /= thing;
4444
}
4545

46-
// function normalize(vector) {
47-
// if (vector)
48-
// }
49-
5046
function Rectangle(x, y, width, height) {
5147
this.pos = this.position = new Vector(x, y);
5248
this.width = width;

0 commit comments

Comments
 (0)