Skip to content

Commit

Permalink
Update RocketSim to remove physics rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Dec 10, 2023
1 parent 06a90bf commit f5f82e0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rocketsim_rs"
description = "Rust bindings for the RocketSim project"
version = "0.22.5"
version = "0.23.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/VirxEC/rocketsim-rs"
Expand Down
1 change: 0 additions & 1 deletion src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ impl MutatorConfig {
unlimited_double_jumps: false,
demo_mode: DemoMode::NORMAL,
enable_team_demos: false,
enable_physics_rounding: true,
}
}
}
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ pub mod sim {
unlimited_double_jumps: bool,
demo_mode: DemoMode,
enable_team_demos: bool,
enable_physics_rounding: bool,
}
}

Expand Down

0 comments on commit f5f82e0

Please sign in to comment.