Skip to content
Snippets Groups Projects
Commit 5a4c0c3a authored by q3k's avatar q3k
Browse files

sim: remove leftover code

parent 90499367
No related branches found
No related tags found
No related merge requests found
......@@ -64,9 +64,6 @@ def display_update():
r, g, b = state
for i in range(20):
radius = 26 - i
#r = r / (math.sqrt(19-i)+1)
#g = g / (math.sqrt(19-i)+1)
#b = b / (math.sqrt(19-i)+1)
r2 = r / (20 - i)
g2 = g / (20 - i)
b2 = b / (20 - i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment