Skip to content

Commit

Permalink
Merge pull request CelestiaProject#6 from LafuenteAstronomy/patch-5
Browse files Browse the repository at this point in the history
To be more up-to-date with the official code
  • Loading branch information
GurrenLagannTSS committed Apr 8, 2020
2 parents a959ff8 + 1b1c6f8 commit 7893398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/celengine/render.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3717,7 +3717,6 @@ void Renderer::renderObject(const Vector3f& pos,
ri.ambientColor = ambientColor;
ri.specularColor = obj.surface->specularColor;
ri.specularPower = obj.surface->specularPower;
ri.useTexEnvCombine = true;
ri.lunarLambert = obj.surface->lunarLambert;
#ifdef USE_HDR
ri.nightLightScale = obj.surface->nightLightRadiance * exposure * 1.e5f * .5f;
Expand Down

0 comments on commit 7893398

Please sign in to comment.