mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
cut some overhead on sound rendering
This commit is contained in:
parent
570a72497f
commit
881e7918c2
4 changed files with 8 additions and 66 deletions
|
@ -84,6 +84,7 @@ typedef struct snd_render_data_s {
|
|||
|
||||
int *soundtime;
|
||||
int *paintedtime;
|
||||
struct plugin_s *output;
|
||||
} snd_render_data_t;
|
||||
|
||||
#endif // __QF_plugin_snd_render_h_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue