mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-10 21:39:07 +00:00
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…
x
Reference in New Issue
Block a user