Fix sky rendering.

This commit is contained in:
iProgramInCpp
2023-07-31 22:25:58 +03:00
parent 16bfb1359e
commit 65406ef97e
5 changed files with 19 additions and 31 deletions

View File

@@ -16,7 +16,7 @@ IceTile::IceTile(int a, int b, Material* c) : HalfTransparentTile(a, b, c)
int IceTile::getRenderLayer()
{
return 1;
return LAYER_ALPHA;
}
int IceTile::getResourceCount(Random* pRandom)