- Modify TriBlendMode enum to match the render styles

This commit is contained in:
Magnus Norddahl 2018-03-17 22:45:58 +01:00
commit 190b673890
12 changed files with 92 additions and 121 deletions

View file

@ -346,7 +346,7 @@ void RenderPolyScene::RenderPortals()
{
bool foggy = false;
args.SetLight(&NormalLight, 255, PolyRenderer::Instance()->Light.WallGlobVis(foggy), true);
args.SetStyle(TriBlendMode::FillOpaque);
args.SetStyle(TriBlendMode::Fill);
args.SetColor(0, 0);
}