diff --git a/src/ActorScroller.cpp b/src/ActorScroller.cpp index 60c93bbe0a..d25dc86604 100644 --- a/src/ActorScroller.cpp +++ b/src/ActorScroller.cpp @@ -257,7 +257,7 @@ void ActorScroller::PositionItemsAndDrawPrimitives( bool bDrawPrimitives ) iLastItemToDraw = clamp( iLastItemToDraw, 0, m_iNumItems ); } - bool bDelayedDraw = m_bDrawByZPosition && !m_bLoop; + bool bDelayedDraw = m_bDrawByZPosition; vector subs; {