diff options
author | Silas Bartha <[email protected]> | 2024-12-11 02:03:02 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-11 02:03:02 -0500 |
commit | 21c5461abdf9d988b6cc98af9392670e726742d3 (patch) | |
tree | c090ff49af51158e7ccc8b7e21fc62c49cd644eb /src/resources.rs | |
parent | 1242f8352a3777ae20a3a24df5fc707e3f3c1ee0 (diff) |
Upgraded to Bevy 0.15v0.4.0
Diffstat (limited to 'src/resources.rs')
-rw-r--r-- | src/resources.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources.rs b/src/resources.rs index ac39b8a..072b21c 100644 --- a/src/resources.rs +++ b/src/resources.rs @@ -10,7 +10,6 @@ use bevy::{ TextureFormat, TextureSampleType, }, renderer::RenderDevice, - texture::BevyDefault, }, }; @@ -71,6 +70,7 @@ impl FromWorld for OutlinePostProcessPipeline { write_mask: ColorWrites::ALL, })], }), + zero_initialize_workgroup_memory: false, }); Self { |