X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrtris;a=blobdiff_plain;f=src%2Fstarfield.c;h=6bfbe548c36ebf1aad306bee2d390a766ecf5e63;hp=6f7b9ae46ca4eadbec304c1f5e2017cfeda6d265;hb=32d517e60844b73bc27ffb6ae67061d0429b7927;hpb=7e20f7693be642b006fa6c4d65f6da1b00b0621f diff --git a/src/starfield.c b/src/starfield.c index 6f7b9ae..6bfbe54 100644 --- a/src/starfield.c +++ b/src/starfield.c @@ -8,7 +8,7 @@ #include "logger.h" static unsigned int tex_bolt, tex_star; -static float star_speed = 100.0f; +static float star_speed = 50.0f; static float star_depth = 1000.0f; static float star_size = 0.35f;