Skip to content

Commit

Permalink
Missed a bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
hemebond committed Mar 8, 2024
1 parent 5863f8b commit 7866c84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snd_mix.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ static struct {



void S_SetUnderwaterIntensity(void) {
void S_SetUnderwaterIntensity(void)
{
float host_frametime = cl.realframetime;
float target = cl.view_underwater ? 1.f : 0.f;

Expand Down

0 comments on commit 7866c84

Please sign in to comment.