Issue 533: restoring "glowing" effect of stars in menu items.

This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-27 16:57:14 +00:00
parent 4f54425fb3
commit 76dc9a2379

View File

@@ -244,7 +244,11 @@ void DeckMenu::Render()
mScroller->Render();
RenderBackground();
renderer->SetTexBlend(BLEND_SRC_ALPHA, BLEND_ONE);
stars->Render();
renderer->SetTexBlend(BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA);
}
void DeckMenu::Update(float dt)