Skip to content

Commit d44fa5b

Browse files
fixed typo in fm module
1 parent f3c453b commit d44fa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ml_fm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ static void FmSynth_ProcessOperator(struct synthTone_s *osc)
13061306
int32_t add = (int32_t)(pitch * multiplierPitchToAddValue);
13071307
osc->pos += add ;
13081308

1309-
#fidef FM_PHASESHIFT_ENABLED
1309+
#ifdef FM_PHASESHIFT_ENABLED
13101310
osc->pos += phaseShift;
13111311
osc->sine_preoout = SineNormU32(osc->pos) ;
13121312
#else

0 commit comments

Comments
 (0)