aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Shader/ShaderHeader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Shader/ShaderHeader.cs')
-rw-r--r--Ryujinx.Graphics/Shader/ShaderHeader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics/Shader/ShaderHeader.cs b/Ryujinx.Graphics/Shader/ShaderHeader.cs
index 53abdc56..379f3f35 100644
--- a/Ryujinx.Graphics/Shader/ShaderHeader.cs
+++ b/Ryujinx.Graphics/Shader/ShaderHeader.cs
@@ -158,7 +158,7 @@ namespace Ryujinx.Graphics.Shader
}
}
- //Depth register is always two registers after the last color output.
+ // Depth register is always two registers after the last color output.
return count + 1;
}
}