From b2f846ddf415f9a6606c016d5d449cc4bffda4e7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 3 Nov 2006 03:49:32 +0000 Subject: [PATCH] don't depend on texture env 2+ being clear --- stepmania/src/NoteDisplay.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();