[Background] Fix 3D noteskins and dancing characters from clashing with each other. [shakesoda, AJ]
This commit is contained in:
@@ -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,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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user