Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jan 11, 2024
1 parent f72f6d1 commit 75d6a6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/scatter-panning/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pub async fn run() {
let scale = 2.0;

let shape = shape_to_path("circle").unwrap();
// let shape = shape_to_path("cross").unwrap();

let mut x: Vec<f32> = Vec::new();
let mut y: Vec<f32> = Vec::new();
Expand Down Expand Up @@ -202,6 +203,7 @@ fn make_sg(
value: [0.0, 0.0, 0.0, 0.0],
},
angle: EncodingValue::Scalar { value: 0.0 },
indices: None,
})],
}],
width,
Expand Down

0 comments on commit 75d6a6c

Please sign in to comment.