[Background] Fix 3D noteskins and dancing characters from clashing with each other. [shakesoda, AJ]

This commit is contained in:
AJ Kelly
2012-03-20 00:10:43 -05:00
parent a3165a8775
commit 9174f07dae
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -4,6 +4,7 @@
#include "GameConstantsAndTypes.h"
#include "RageTimer.h"
#include "RageLog.h"
#include "RageDisplay.h"
#include "RageTextureManager.h"
#include "GameState.h"
#include "PrefsManager.h"
@@ -839,7 +840,10 @@ void BackgroundImpl::DrawPrimitives()
}
if( m_pDancingCharacters )
{
m_pDancingCharacters->Draw();
DISPLAY->ClearZBuffer();
}
ActorFrame::DrawPrimitives();
}