Use less triangles for the sky

This commit is contained in:
Magnus Norddahl 2016-12-12 12:38:46 +01:00
parent bee363d79a
commit e016a96efe
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ void PolySkyDome::RenderCapColorRow(PolyDrawArgs &args, FTexture *skytex, int ro
void PolySkyDome::CreateDome() void PolySkyDome::CreateDome()
{ {
mColumns = 128; mColumns = 16;// 128;
mRows = 4; mRows = 4;
CreateSkyHemisphere(false); CreateSkyHemisphere(false);
CreateSkyHemisphere(true); CreateSkyHemisphere(true);