mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
PowerNoise: apply slope fix
This commit is contained in:
parent
8487a7516d
commit
f04eaffa4b
1 changed files with 2 additions and 2 deletions
4
extern/pwrnoise/pwrnoise.h
vendored
4
extern/pwrnoise/pwrnoise.h
vendored
|
@ -41,8 +41,8 @@ typedef struct {
|
|||
|
||||
uint8_t alength;
|
||||
uint8_t blength;
|
||||
uint8_t a;
|
||||
uint8_t b;
|
||||
uint16_t a;
|
||||
uint16_t b;
|
||||
bool portion;
|
||||
|
||||
uint8_t aoffset;
|
||||
|
|
Loading…
Reference in a new issue