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 }