Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Sep 4, 2024
1 parent 2102498 commit 77a2172
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ use bevy::{
},
render_resource::*,
renderer::RenderDevice,
texture::GpuImage,
view::{
ExtractedView,
ViewUniform,
Expand Down Expand Up @@ -751,7 +750,7 @@ fn queue_gaussian_bind_group(
gaussian_clouds: Query<GpuGaussianBundleQuery>,

#[cfg(feature = "buffer_texture")]
gpu_images: Res<RenderAssets<GpuImage>>,
gpu_images: Res<RenderAssets<bevy::render::texture::GpuImage>>,
) {
let Some(model) = gaussian_uniforms.buffer() else {
return;
Expand Down

0 comments on commit 77a2172

Please sign in to comment.