mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Use less triangles for the sky
This commit is contained in:
parent
bee363d79a
commit
e016a96efe
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ void PolySkyDome::RenderCapColorRow(PolyDrawArgs &args, FTexture *skytex, int ro
|
|||
|
||||
void PolySkyDome::CreateDome()
|
||||
{
|
||||
mColumns = 128;
|
||||
mColumns = 16;// 128;
|
||||
mRows = 4;
|
||||
CreateSkyHemisphere(false);
|
||||
CreateSkyHemisphere(true);
|
||||
|
|
Loading…
Reference in a new issue