This commit is contained in:
ExMatics HydrogenC
2024-06-05 23:37:10 +08:00
parent ea749f12a3
commit b186d19faa
+1 -1
View File
@@ -198,7 +198,7 @@ public:
#if FLAX_REVERSE_Z
ClearDepthCustom(depthBuffer, 0.0f);
#else
ClearDepthCustom(depthBuffer, 0.0f);
ClearDepthCustom(depthBuffer, 1.0f);
#endif
}