mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +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()
|
void PolySkyDome::CreateDome()
|
||||||
{
|
{
|
||||||
mColumns = 128;
|
mColumns = 16;// 128;
|
||||||
mRows = 4;
|
mRows = 4;
|
||||||
CreateSkyHemisphere(false);
|
CreateSkyHemisphere(false);
|
||||||
CreateSkyHemisphere(true);
|
CreateSkyHemisphere(true);
|
||||||
|
|
Loading…
Reference in a new issue