diff --git a/Framework/Graphics/DrawCommand.cs b/Framework/Graphics/DrawCommand.cs
index 5e3f898..4a9ce5f 100644
--- a/Framework/Graphics/DrawCommand.cs
+++ b/Framework/Graphics/DrawCommand.cs
@@ -42,7 +42,7 @@ public struct DrawCommand()
///
/// The Render State Depth comparison Function
///
- public DepthCompare DepthCompare = DepthCompare.Always;
+ public DepthCompare DepthCompare = DepthCompare.None;
///
/// If Writing to the Depth Buffer is enabled