Skip to content

Commit 0effdbc

Browse files
committed
fix bad merge
1 parent 899fea2 commit 0effdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compose/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ impl Composer {
16411641
imports,
16421642
} = self
16431643
.preprocessor
1644-
.preprocess(&sanitized_source, &shader_defs, self.validate)
1644+
.preprocess(&sanitized_source, &shader_defs)
16451645
.map_err(|inner| ComposerError {
16461646
inner,
16471647
source: ErrSource::Constructing {

0 commit comments

Comments
 (0)