Erwan
- fix issue 89 and issue 90 - In the future, we will probably want cardSelector to handle CardDisplay somehow (although carddisplay is used in the Shop as well...)
This commit is contained in:
@@ -301,11 +301,12 @@ void ShopItems::Render(){
|
||||
JGuiController::Render();
|
||||
JRenderer * r = JRenderer::GetInstance();
|
||||
|
||||
if (display) display->Render();
|
||||
|
||||
if (mBgAA)
|
||||
r->RenderQuad(mBgAA,0,SCREEN_HEIGHT-128);
|
||||
|
||||
if (display) display->Render();
|
||||
|
||||
if (showPriceDialog==-1){
|
||||
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user