fix: increase grid material depth

This commit is contained in:
Nick Fisher
2025-01-02 11:52:42 +08:00
parent 7717387909
commit 242041c9f6

View File

@@ -115,7 +115,7 @@ fragment {
material.baseColor = color;
gl_FragDepth = 0.001f;
gl_FragDepth = 0.00001f;
}
}