Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 31, 2023
1 parent 44405ab commit 3dbe537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/raw_mesh/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fn log_axis(session: &mut Session, ent_path: &EntityPath) {
let bundle = MsgBundle::new(
MsgId::random(),
ent_path.clone(),
[].into(), // TODO: SDK
[].into(), // TODO(cmc): doing timeless stuff shouldn't be so weird
vec![vec![view_coords].try_into().unwrap()],
);

Expand Down

0 comments on commit 3dbe537

Please sign in to comment.