Oops, forgot a macro change in SSEQ player
parent
d355b40fce
commit
e89bc870ad
|
@ -1144,7 +1144,7 @@ static int usf_info(void * context, const char * name, const char * value)
|
||||||
|
|
||||||
Player * player = new Player;
|
Player * player = new Player;
|
||||||
|
|
||||||
player->interpolation = INTERPOLATION_LANCZOS;
|
player->interpolation = INTERPOLATION_SINC;
|
||||||
|
|
||||||
PseudoFile file;
|
PseudoFile file;
|
||||||
file.data = &state->sdatData;
|
file.data = &state->sdatData;
|
||||||
|
|
Loading…
Reference in New Issue