Skip to content

Commit

Permalink
Fix deprecated import style
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Dec 21, 2023
1 parent 5383eac commit 79aff22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/shaders/starfield.wgsl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import bevy_core_pipeline::fullscreen_vertex_shader FullscreenVertexOutput
#import bevy_core_pipeline::fullscreen_vertex_shader::FullscreenVertexOutput
#import bevy_render::instance_index::get_instance_index

struct StarfieldMaterial {
Expand Down

0 comments on commit 79aff22

Please sign in to comment.