Skip to content

Commit 3da3fe5

Browse files
committed
lerp fix
1 parent 7e55996 commit 3da3fe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fighters/koopa/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ utils = { package = "dynamic", path = "../../dynamic" }
1010
skyline = "0.2.1"
1111
skyline_smash = { git = "https://github.com/blu-dev/skyline-smash", features = ["weak_l2cvalue"] }
1212
smash_script = { git = "https://github.com/blu-dev/smash-script", branch = "development" }
13-
smashline = { git = "https://github.com/HDR-Development/smashline" }
13+
smashline = { git = "https://github.com/HDR-Development/smashline" }
14+
interpolation = "0.2.0"

fighters/koopa/src/status/special_s.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//use interpolation::Lerp;
21
use super::*;
32
use globals::*;
43

0 commit comments

Comments
 (0)