Skip to content

Commit

Permalink
Remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Apr 27, 2022
1 parent c0ce03f commit f45a122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function init_system(scene; show_kite=true)
end

# update the kite power system, consisting of the tether, the kite and the state (text and numbers)
function update_system(scene, state, step=0)
function update_system(state::SysState, step=0)

# move the particles to the correct position
for i in range(1, length=se().segments+1)
Expand Down

0 comments on commit f45a122

Please sign in to comment.