Added 1 line.
This commit is contained in:
parent
7e57102595
commit
fb67675354
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ def deg_to_offset(degrees, offset):
|
||||||
y = math.cos(radians) * offset
|
y = math.cos(radians) * offset
|
||||||
return x, y
|
return x, y
|
||||||
|
|
||||||
|
|
||||||
def update():
|
def update():
|
||||||
screen.fill(gray)
|
screen.fill(gray)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue