mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
engine: client: fix wrong type in DSP
This commit is contained in:
parent
c2063c869d
commit
880dd2546f
@ -61,7 +61,7 @@ typedef struct dly_s
|
|||||||
size_t idelayoutput;
|
size_t idelayoutput;
|
||||||
|
|
||||||
// crossfade
|
// crossfade
|
||||||
size_t idelayoutputxf; // output pointer
|
int idelayoutputxf; // output pointer
|
||||||
int xfade; // value
|
int xfade; // value
|
||||||
|
|
||||||
int delaysamples; // delay setting
|
int delaysamples; // delay setting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user