Skip to content

Commit

Permalink
Missed a deprecated identity call.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Mar 4, 2021
1 parent efb597c commit a8c12d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_core/src/bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,6 @@ mod tests {

#[test]
fn test_mat4_round_trip() {
test_round_trip(Mat4::identity());
test_round_trip(Mat4::IDENTITY);
}
}

0 comments on commit a8c12d8

Please sign in to comment.