Skip to content

Commit 5819752

Browse files
committed
Running art/physicsQuestion.py
1 parent a3a7786 commit 5819752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/physicsQuestion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def handle_frame():
1818
color("white")
1919
spot(x[i],y[i],2)
2020

21-
vy[i] = vy[i] + constant[i]
21+
vx[i] = vx[i] + constant[i]
2222

2323
angle = math.atan2(-vy[i],vx[i]) + (math.pi / 2)
2424

0 commit comments

Comments
 (0)