Skip to content

Commit

Permalink
remove duplicate call to sanitize
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Jul 17, 2023
1 parent c2fed51 commit 6918cf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compose/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1534,8 +1534,6 @@ impl Composer {
}),
);

let substituted_source = self.sanitize_and_set_auto_bindings(source);

let mut effective_defs = HashSet::new();
for import in &imports {
// we require modules already added so that we can capture the shader_defs that may impact us by impacting our dependencies
Expand Down

0 comments on commit 6918cf3

Please sign in to comment.