diff --git a/stepmania/src/StreamDisplay.cpp b/stepmania/src/StreamDisplay.cpp index c053268427..89dd119e3b 100644 --- a/stepmania/src/StreamDisplay.cpp +++ b/stepmania/src/StreamDisplay.cpp @@ -2,6 +2,7 @@ #include "StreamDisplay.h" #include "GameState.h" #include +#include "RageDisplay.h" StreamDisplay::StreamDisplay() { @@ -120,6 +121,9 @@ void StreamDisplay::DrawPrimitives() DrawMask( f ); DrawStrip( f, fStripWidthInPercent ); } + + // Don't leave the Zbuffer in a messy state for arrows and dancing characters + DISPLAY->ClearZBuffer(); } void StreamDisplay::SetPercent( float fPercent )