Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Nov 5, 2024
1 parent c8cba49 commit 56a0b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multi_camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn compare_surfel_app() {

pub fn setup_surfel_compare(
mut commands: Commands,
asset_server: Res<AssetServer>,
_asset_server: Res<AssetServer>,
mut gaussian_assets: ResMut<Assets<GaussianCloud>>,
) {
let grid_size_x = 10;
Expand Down

0 comments on commit 56a0b1d

Please sign in to comment.