Browse code

Fix pitch bend effect on some more songs

Clarissa Walker authored on 2024/09/09 18:43:42
Showing 1 changed files
... ...
@@ -702,7 +702,6 @@ void Track::Run()
702 702
 
703 703
 				case SSEQCommand::SweepPitch:
704 704
 					this->sweepPitch = this->overriding.val(pData, read16);
705
-					this->state.set(ToIntegral(TrackState::PortamentoBit));
706 705
 					// Update here?
707 706
 					break;
708 707