Skip to content

Commit

Permalink
Lower skybox scale to fix skybox drawing.
Browse files Browse the repository at this point in the history
Refs #575.
  • Loading branch information
cybersphinx committed Oct 18, 2010
1 parent 36c2d19 commit 5bb1b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display3d.c
Expand Up @@ -3590,7 +3590,7 @@ static void locateMouse(void)
static void renderSurroundings(void)
{
static float wind = 0.0f;
const float skybox_scale = 20000.0f;
const float skybox_scale = 10000.0f;
// check with TRUNK
const float height = 20.0f * TILE_UNITS;
const float wider = 2.0f * (visibleTiles.x * TILE_UNITS);
Expand Down

0 comments on commit 5bb1b88

Please sign in to comment.