my fucking fingers
[carveJwlIkooP6JGAAIwe30JlM.git] / world_render.h
index 6a415e631ac4c48882b4472d36f98f28d2547811..790f9a1b8ffb6cf7e523077bb7030e86d2693f7f 100644 (file)
@@ -425,7 +425,7 @@ VG_STATIC void world_prerender( world_instance *world )
    state->g_debug_indices = k_debug_light_indices;
    state->g_light_preview = k_light_preview;
    state->g_debug_complexity = k_debug_light_complexity;
-state->g_time_of_day = vg_fractf( g_time );
+   state->g_time_of_day = vg_fractf( g_time );
    state->g_day_phase   = cosf( state->g_time_of_day * VG_PIf * 2.0f );
    state->g_sunset_phase= cosf( state->g_time_of_day * VG_PIf * 4.0f + VG_PIf );