Skip to content

Commit af94aa2

Browse files
committed
fixed debug rendering in 2d
1 parent 9de5582 commit af94aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fyrox-impl/src/renderer/shaders/debug.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
),
2424
depth_write: false,
2525
stencil_test: None,
26-
depth_test: Some(Less),
26+
depth_test: Some(LessOrEqual),
2727
blend: None,
2828
stencil_op: StencilOp(
2929
fail: Keep,

0 commit comments

Comments
 (0)