Skip to content

Commit

Permalink
waveformDraw: update fbo when drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
roymacdonald committed May 12, 2024
1 parent c9ee910 commit e4aaee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SoundObjects/waveformDraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ void waveformDraw_<BufferType>::draw(const ofRectangle& viewport){
makeWaveformMesh();
updateWaveformMesh();
bRenderWaveforms = false;
if(bUseFbo) bUpdateFbo = true;
}
makeGrid();

Expand Down

0 comments on commit e4aaee1

Please sign in to comment.