Skip to content

Commit 54d7976

Browse files
committed
fix lints
1 parent 0f26b25 commit 54d7976

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_anti_alias/src/taa

1 file changed

+1
-1
lines changed

crates/bevy_anti_alias/src/taa/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ impl Specializer<RenderPipeline> for TaaPipelineSpecializer {
330330
};
331331

332332
if key.reset {
333-
fragment.shader_defs.push("RESET".into())
333+
fragment.shader_defs.push("RESET".into());
334334
}
335335

336336
let color_target_state = ColorTargetState {

0 commit comments

Comments
 (0)