Commit 2dadc86 1 parent 47f3a0b commit 2dadc86 Copy full SHA for 2dadc86
File tree 1 file changed +2
-2
lines changed
crates/bevy_sprite/src/render
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ pub fn build_sprite_sheet_pipeline(shaders: &mut Assets<Shader>) -> PipelineDesc
22
22
PipelineDescriptor {
23
23
rasterization_state : Some ( RasterizationStateDescriptor {
24
24
front_face : FrontFace :: Ccw ,
25
- cull_mode : CullMode :: Back ,
25
+ cull_mode : CullMode :: None ,
26
26
depth_bias : 0 ,
27
27
depth_bias_slope_scale : 0.0 ,
28
28
depth_bias_clamp : 0.0 ,
@@ -70,7 +70,7 @@ pub fn build_sprite_pipeline(shaders: &mut Assets<Shader>) -> PipelineDescriptor
70
70
PipelineDescriptor {
71
71
rasterization_state : Some ( RasterizationStateDescriptor {
72
72
front_face : FrontFace :: Ccw ,
73
- cull_mode : CullMode :: Back ,
73
+ cull_mode : CullMode :: None ,
74
74
depth_bias : 0 ,
75
75
depth_bias_slope_scale : 0.0 ,
76
76
depth_bias_clamp : 0.0 ,
You can’t perform that action at this time.
0 commit comments