fix example

This commit is contained in:
Emerson Coskey 2025-07-13 12:31:18 -07:00
parent eb53ccc9b1
commit 913f53be93
No known key found for this signature in database

View File

@ -339,10 +339,7 @@ impl FromWorld for CustomPhasePipeline {
let specialized_cache =
SpecializedCache::new(CustomPhaseSpecializer, None, base_descriptor);
Self {
_shader: shader,
specialized_cache,
}
Self { specialized_cache }
}
}