Skip to content

Commit 092603c

Browse files
STRd6PixieCode
authored andcommitted
movable velocity and acceleration getters
1 parent 4e202f2 commit 092603c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/movable.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ test "should increase velocity according to acceleration", ->
4141
particle.update(1/60)
4242

4343
equals particle.I.velocity.x, 11
44-
equals particle.I.velocity.y, 2.8
44+
equals particle.I.velocity.y,
4545

4646
module()

0 commit comments

Comments
 (0)