mirror of https://github.com/AxioDL/metaforce.git
CCubeRenderer: Fix call to SetChanMatColor
This commit is contained in:
parent
da224d492a
commit
8682525b88
|
@ -557,7 +557,7 @@ void CCubeRenderer::ActivateLightsForModel(const CAreaListItem* areaItem, CCubeM
|
||||||
CGX::SetChanMatColor(CGX::EChannelId::Channel0, zeus::skWhite);
|
CGX::SetChanMatColor(CGX::EChannelId::Channel0, zeus::skWhite);
|
||||||
} else {
|
} else {
|
||||||
CGraphics::DisableAllLights();
|
CGraphics::DisableAllLights();
|
||||||
CGX::SetChanAmbColor(CGX::EChannelId::Channel0, CGX::GetChanAmbColor(CGX::EChannelId::Channel0));
|
CGX::SetChanMatColor(CGX::EChannelId::Channel0, CGX::GetChanAmbColor(CGX::EChannelId::Channel0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue