From b186d19faac2af079ba0ccce18498879a9326a64 Mon Sep 17 00:00:00 2001 From: ExMatics HydrogenC <33123710+HydrogenC@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:37:10 +0800 Subject: [PATCH] Fix typo --- Source/Engine/Graphics/GPUContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Graphics/GPUContext.h b/Source/Engine/Graphics/GPUContext.h index 93e4653e7..e1a9b82ed 100644 --- a/Source/Engine/Graphics/GPUContext.h +++ b/Source/Engine/Graphics/GPUContext.h @@ -198,7 +198,7 @@ public: #if FLAX_REVERSE_Z ClearDepthCustom(depthBuffer, 0.0f); #else - ClearDepthCustom(depthBuffer, 0.0f); + ClearDepthCustom(depthBuffer, 1.0f); #endif }