Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 30, 2023
1 parent 11916c0 commit 1b85b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rust/test_api/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ fn test_transforms_3d(rec: &RecordingStream) -> anyhow::Result<()> {
for i in 0..6 * 120 {
let time = i as f32 / 120.0;

rec.set_time_seconds("sim_time", Some(time as f64));
rec.set_time_seconds("sim_time", time as f64);

rec.log(
"transforms3d/sun/planet",
Expand Down

0 comments on commit 1b85b93

Please sign in to comment.