- Fixed a few font problems with alternate rendering
This commit is contained in:
wagic.the.homebrew
2009-02-05 12:48:51 +00:00
parent 2f3eaac9a5
commit ba3b272558
4 changed files with 23 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ void ShopItem::Render(){
if (quad){
renderer->RenderQuad(quad,mX + SCREEN_WIDTH/2 + 20,5,0, 0.9f,0.9f);
}else{
if (card) CardGui::alternateRender(card,mFont,NULL,mX + SCREEN_WIDTH/2 + 100 + 20,133,0, 0.9f);
if (card) CardGui::alternateRender(card,NULL,mX + SCREEN_WIDTH/2 + 100 + 20,133,0, 0.9f);
//TODO
}
mFont->SetColor(ARGB(255,255,255,0));