Fix the horizontal line in the sky that could be seen when using "mist" by increasing the height of the fogbox.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3091 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
9e5c22f886
commit
1e7bf56eba
|
@ -3551,7 +3551,7 @@ static void renderSurroundings(void)
|
|||
{
|
||||
static float wind = 0.0f;
|
||||
const float skybox_scale = 10000.0f;
|
||||
const float height = 10.0f * TILE_UNITS;
|
||||
const float height = 20.0f * TILE_UNITS;
|
||||
const float wider = 2.0f * (visibleTiles.x * TILE_UNITS);
|
||||
int left, right, front, back, rx, rz;
|
||||
|
||||
|
|
Loading…
Reference in New Issue