diff --git a/stepmania/src/ActorFrameTexture.cpp b/stepmania/src/ActorFrameTexture.cpp index b223aaaf65..085cb21c4c 100644 --- a/stepmania/src/ActorFrameTexture.cpp +++ b/stepmania/src/ActorFrameTexture.cpp @@ -45,6 +45,9 @@ void ActorFrameTexture::Create() void ActorFrameTexture::DrawPrimitives() { + if( m_pRenderTarget == NULL ) + return; + m_pRenderTarget->BeginRenderingTo( m_bPreserveTexture ); ActorFrame::DrawPrimitives();