Skip to content

Commit

Permalink
fix: fix ONE LETTER preventing wasm pages release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sycrosity committed Sep 1, 2023
1 parent 4377796 commit 8217a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shaders/earthlike.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl Default for Earthlike {

impl Material2d for Earthlike {
fn fragment_shader() -> ShaderRef {
"shaderS/celestials/earthlike.wgsl".into()
"shaders/celestials/earthlike.wgsl".into()
}
}

Expand Down

0 comments on commit 8217a93

Please sign in to comment.