Browse code

Fix pitch bend effect on some songs

Clarissa Walker authored on 2024/08/21 15:35:15
Showing 1 changed files
... ...
@@ -697,7 +697,6 @@ void Track::Run()
697 697
 
698 698
 				case SSEQCommand::PortamentoTime:
699 699
 					this->portaTime = this->overriding.val(pData, read8);
700
-					this->state.set(ToIntegral(TrackState::PortamentoBit));
701 700
 					// Update here?
702 701
 					break;
703 702