diff --git a/Scripts/SoftMask.cs b/Scripts/SoftMask.cs index 4e79616..908e9ce 100644 --- a/Scripts/SoftMask.cs +++ b/Scripts/SoftMask.cs @@ -467,7 +467,7 @@ namespace Coffee.UIExtensions var cam = c.worldCamera ?? Camera.main; if (c && c.renderMode != RenderMode.ScreenSpaceOverlay && cam) { - _cb.SetViewProjectionMatrices(cam.worldToCameraMatrix, GL.GetGPUProjectionMatrix(cam.projectionMatrix, true)); + _cb.SetViewProjectionMatrices(cam.worldToCameraMatrix, GL.GetGPUProjectionMatrix(cam.projectionMatrix, false)); } else {