[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
@@ -9,6 +9,10 @@ ________________________________________________________________________________
StepMania 5.0 alpha 2 | 201203??
--------------------------------------------------------------------------------
2012/03/20
----------
* [Background] Fix 3D noteskins and dancing characters from clashing with each other. [shakesoda, AJ]
2012/03/15
----------
* [04 Scoring.lua] Added various 3.9 and 3.9+ scoring methods. [hanubeki]
+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();
}