mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
parent
a469094328
commit
9ace23470f
4 changed files with 7 additions and 7 deletions
|
|
@ -233,7 +233,7 @@ local function spring<T>(source: () -> T, period: number?, damping_ratio: number
|
|||
end
|
||||
|
||||
local function step_springs(dt: number)
|
||||
for data in next, springs do
|
||||
for data in springs do
|
||||
local k, c,
|
||||
x0_123, x1_123, u_123,
|
||||
x0_456, x1_456, u_456 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue