From dc392f7cfa58a32b1b8d6ab3bb90f4a135e6ca7a Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Sat, 26 Sep 2020 04:02:36 +0100 Subject: [PATCH] [d3d9] Fix typo declaring fixed func fog inputs --- src/d3d9/d3d9_fixed_function.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d3d9/d3d9_fixed_function.cpp b/src/d3d9/d3d9_fixed_function.cpp index 7ed22f5e3..ecd8b96ab 100644 --- a/src/d3d9/d3d9_fixed_function.cpp +++ b/src/d3d9/d3d9_fixed_function.cpp @@ -1486,7 +1486,7 @@ namespace dxvk { m_isgn.elemCount++; } - if (m_vsKey.Data.Contents.HasPointSize) + if (m_vsKey.Data.Contents.HasFog) m_vs.in.FOG = declareIO(true, DxsoSemantic{ DxsoUsage::Fog, 0 }); else m_isgn.elemCount++;