mirror of https://github.com/PrimeDecomp/prime.git
Fix build for CCameraFilter.cpp
This commit is contained in:
parent
9200d573f1
commit
993506f7db
|
@ -18,7 +18,7 @@ void CCameraFilterPass::DrawWideScreen(const CColor& color, const CTexture* tex,
|
||||||
gpRender->SetDepthReadWrite(false, false);
|
gpRender->SetDepthReadWrite(false, false);
|
||||||
gpRender->SetModelMatrix(CTransform4f::Identity());
|
gpRender->SetModelMatrix(CTransform4f::Identity());
|
||||||
if (tex != nullptr) {
|
if (tex != nullptr) {
|
||||||
tex->Load(GX_TEXMAP0, CTexture::Repeat);
|
tex->Load(GX_TEXMAP0, CTexture::kCM_Repeat);
|
||||||
}
|
}
|
||||||
CGraphics::SetTevOp(kTS_Stage0, CTevPass_805a5ebc);
|
CGraphics::SetTevOp(kTS_Stage0, CTevPass_805a5ebc);
|
||||||
CGraphics::SetTevOp(kTS_Stage1, *PTR_skPassThru_805a8828);
|
CGraphics::SetTevOp(kTS_Stage1, *PTR_skPassThru_805a8828);
|
||||||
|
|
Loading…
Reference in New Issue