diff --git a/stepmania/src/NoteDisplay.cpp b/stepmania/src/NoteDisplay.cpp index db4628989c..25d6c06b2c 100644 --- a/stepmania/src/NoteDisplay.cpp +++ b/stepmania/src/NoteDisplay.cpp @@ -493,6 +493,8 @@ void NoteDisplay::DrawHoldBody( const TapNote& tn, int iCol, int iRow, bool bIsB } + DISPLAY->ClearAllTextures(); + // draw manually in small segments const RectF *pRect = pSprBody->GetCurrentTextureCoordRect(); const float fFrameWidth = pSprBody->GetZoomedWidth();