Skip to content

Commit

Permalink
bug: CI failed on linux.
Browse files Browse the repository at this point in the history
Making it look like bevy's code, but this is borne out of superstition
more than understanding.
  • Loading branch information
shanecelis committed Dec 17, 2023
1 parent 48ff2bc commit 6119516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use bevy::{
};

// $ cargo install uuid-tools && uuid -o simple
const VIDEO_GLITCH_SHADER_HANDLE: Handle<Shader> =
pub const VIDEO_GLITCH_SHADER_HANDLE: Handle<Shader> =
Handle::weak_from_u128(0x7b1d58197dc34e26b0c69a3c8091a014u128);

pub struct VideoGlitchPlugin;
Expand Down

0 comments on commit 6119516

Please sign in to comment.