Skip to content

Commit

Permalink
Add #[inline] to collision functions
Browse files Browse the repository at this point in the history
  • Loading branch information
aloucks committed Oct 18, 2020
1 parent b4c5971 commit 4733743
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Enable `!XMPlaneIsInfinite` debug assertions in `XMMatrixReflect` and `XMMatrixShadow`.
- Fixed clippy warning with `u32` to `f32` conversion.
- All collision functions are now marked with `#[inline]`

## [0.2.0] - 2020-09-05
### Fixed
Expand Down

0 comments on commit 4733743

Please sign in to comment.