diff options
| -rw-r--r-- | src/game/client/game_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index 32a98cc5..30cad6c0 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -1900,7 +1900,7 @@ void render_world(float center_x, float center_y, float zoom) // draw the sun if(config.gfx_high_detail) { - if(0) + if(1) { gfx_mapscreen(0,0,1,1); gfx_texture_set(-1); |