Skip to content

Commit

Permalink
Update src/graphics/clouds.c
Browse files Browse the repository at this point in the history
Co-authored-by: José Cadete <crudelios@gmail.com>
  • Loading branch information
dvincent56 and crudelios authored Apr 11, 2024
1 parent 8cc547d commit 8176a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/clouds.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void clouds_draw(int x_offset, int y_offset, int x_limit, int y_limit, float bas
continue;
}

double cloudSpeed = 0;
double cloud_speed = 0;

if (!game_state_is_paused()) {
double speed_shift = (100 - setting_game_speed()) / 100;
Expand Down

0 comments on commit 8176a66

Please sign in to comment.