]> git.mxchange.org Git - flightgear.git/commit
Revert "make clearcolor black, so that space is dark instead of gray."
authorThorstenB <brehmt@gmail.com>
Sat, 21 May 2011 07:16:21 +0000 (09:16 +0200)
committerThorstenB <brehmt@gmail.com>
Sat, 21 May 2011 07:16:21 +0000 (09:16 +0200)
commit2088a61f2fc93b2f37c90d4b4ed37520b905d14f
tree9449a0d8d5a7be3c8bdf794565632ec10baae056
parent9f13c49d292825813073dc2375995238800326a6
Revert "make clearcolor black, so that space is dark instead of gray."
This reverts commit b36b33f716031ef5933d41a1e5c17c6be3e54c28.

See #316: Caused issues with sky becoming black in dense fog.
Also: when the fog issue is solved, we could configure the constant
(black) clear color once only (during init), no need to do it in every
loop. Also, entire "if (skyblend) { ... } else {..}" was redundant,
since "if" and "else" clauses were all identical - and the "clearColor"
variables were unused. => Once the fog issue is solved, we can easily
improve the clearColor configuration here.
src/Main/renderer.cxx