diff options
Diffstat (limited to 'hlsl')
-rw-r--r-- | hlsl/artwork_support/post.fx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hlsl/artwork_support/post.fx b/hlsl/artwork_support/post.fx index 5fb864c3ef2..64ca2032678 100644 --- a/hlsl/artwork_support/post.fx +++ b/hlsl/artwork_support/post.fx @@ -347,7 +347,7 @@ float2 GetAdjustedCoords(float2 coord, float2 centerOffset, float distortionAmou // apply ratio difference between screen and quad coord /= RatioCorrection; - // applay screen scale + // apply screen scale coord /= ScreenScale; // distort coordinates |