Move the irradiance gen unbind to be within the correct scope. (#4798)

master
Jonathan "Geenz" Goodman 2025-10-08 14:52:33 -04:00 committed by GitHub
parent dd59dd5d65
commit 9e71e1ca38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -998,11 +998,11 @@ void LLReflectionMapManager::updateProbeFace(LLReflectionMap* probe, U32 face)
mTexture->bind(channel);
}
}
gIrradianceGenProgram.unbind();
}
mMipChain[0].flush();
gIrradianceGenProgram.unbind();
}
}