removed isSky from template sky material files.

This commit is contained in:
rextimmy 2018-02-01 07:42:36 +10:00
parent ab453d068c
commit 46f3723518
7 changed files with 0 additions and 8 deletions

View file

@ -34,5 +34,4 @@ singleton Material( DesertSkyMat )
{
cubemap = DesertSkyCubemap;
materialTag0 = "Skies";
isSky = true;
};

View file

@ -34,7 +34,6 @@ singleton Material( NightSkyMat )
{
cubemap = NightCubemap;
materialTag0 = "Skies";
isSky = true;
};
singleton Material( Moon_Glow_Mat )
@ -51,5 +50,4 @@ singleton Material( Moon_Mat )
emissive = true;
translucent = true;
vertColor[ 0 ] = true;
isSky = true;
};

View file

@ -34,7 +34,6 @@ singleton Material( BlackSkyMat )
{
cubemap = BlackSkyCubemap;
materialTag0 = "Skies";
isSky = true;
};
singleton CubemapData( BlueSkyCubemap )