소스 검색

Fix compile error

dds
PaulStoffregen 11 년 전
부모
커밋
795e43ddb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      synth_tonesweep.cpp

+ 1
- 1
synth_tonesweep.cpp 파일 보기

@@ -123,7 +123,7 @@ void AudioSynthToneSweep::update(void)
*bp++ = 0;
i++;
}
b_count++;
//b_count++;
// send the samples to the left channel
transmit(block,0);
release(block);

Loading…
취소
저장