Skip to content

Commit

Permalink
Update soundOutput.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jul 11, 2024
1 parent 4f829ac commit 1ae0d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/soundOutput.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
owner = null
return ..()

#define SMOOTHING 8 // [1, 32], 32 Means best sound most lag 1 Means worst sound least lag
#define SMOOTHING 1 // [1, 32], 32 Means best sound most lag 1 Means worst sound least lag

/datum/soundOutput/proc/update_sounds(atom/user, direction)
SIGNAL_HANDLER
Expand Down

0 comments on commit 1ae0d18

Please sign in to comment.