Skip to content

Commit f45a122

Browse files
committed
Remove unused param
1 parent c0ce03f commit f45a122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function init_system(scene; show_kite=true)
6767
end
6868

6969
# 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)
70+
function update_system(state::SysState, step=0)
7171

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

0 commit comments

Comments
 (0)