Skip to content

Commit bb0c87f

Browse files
committed
fixed terrain multilayer rendering
1 parent 90625cd commit bb0c87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fyrox-material/src/shader/standard/terrain.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
),
135135
depth_write: true,
136136
stencil_test: None,
137-
depth_test: Some(Less),
137+
depth_test: Some(LessOrEqual),
138138
blend: Some(BlendParameters(
139139
func: BlendFunc(
140140
sfactor: SrcAlpha,

0 commit comments

Comments
 (0)