mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
More CAutoMapper fixes
This commit is contained in:
@@ -110,7 +110,7 @@ void CPauseScreenBlur::Draw(const CStateManager&) const
|
||||
filterColor, t);
|
||||
zeus::CColor scanLinesColor =
|
||||
zeus::CColor::lerp(zeus::CColor::skWhite, zeus::CColor(0.75f, 1.f), t);
|
||||
//const_cast<CScanLinesFilterEven&>(m_linesFilter).draw(scanLinesColor);
|
||||
const_cast<CScanLinesFilterEven&>(m_linesFilter).draw(scanLinesColor);
|
||||
}
|
||||
|
||||
if (x50_24_blurring /*&& x1c_camBlur.x2d_noPersistentCopy*/)
|
||||
|
||||
Reference in New Issue
Block a user