mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Added new blend types, added lighting to first soviet mission.
This commit is contained in:
@@ -68,7 +68,7 @@ void LightManager::RenderLights(void) {
|
||||
|
||||
GL_SetRenderTexture(NULL);
|
||||
|
||||
GL_EnableBlend(GL_BLEND_MULT);
|
||||
GL_EnableBlend(GL_BLEND_ADD);
|
||||
GL_RenderImage(hdrLightBufferTexture, 0, 0, ScreenWidth, ScreenHeight);
|
||||
GL_EnableBlend(GL_BLEND_NONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user