We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ce03f commit f45a122Copy full SHA for f45a122
src/common.jl
@@ -67,7 +67,7 @@ function init_system(scene; show_kite=true)
67
end
68
69
# update the kite power system, consisting of the tether, the kite and the state (text and numbers)
70
-function update_system(scene, state, step=0)
+function update_system(state::SysState, step=0)
71
72
# move the particles to the correct position
73
for i in range(1, length=se().segments+1)
0 commit comments