Skip to content

Commit

Permalink
Remove inline of 'big' function.
Browse files Browse the repository at this point in the history
  • Loading branch information
tormeh committed Aug 19, 2024
1 parent 84d9819 commit 835b05c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_render/src/camera/camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ impl Camera {
self.computed.projection_matrix.unwrap_or_default()
}

#[inline]
fn projection_matrix(&self) -> Result<Mat4, BadProjectionMatrixError> {
let projection_matrix = self
.computed
Expand Down

0 comments on commit 835b05c

Please sign in to comment.