2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-17 04:47:09 +00:00

Fix incorrect light colors

This commit is contained in:
2022-05-10 01:40:55 -07:00
parent 17136fdfb9
commit 724deee2ab
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ void CGraphics::DisableAllLights() {
void CGraphics::LoadLight(ERglLight light, const CLight& info) {
const auto lightId = static_cast<GX::LightID>(1 << light);
#if 0
#if 1
zeus::CVector3f pos = info.GetPosition();
zeus::CVector3f dir = info.GetDirection();
if (info.GetType() == ELightType::Directional) {