snow/slab/cobblestone opaque too

This commit is contained in:
UnknownShadow200 2017-02-21 08:45:53 +11:00
parent bb52576a13
commit 6af9ec951c

View File

@ -138,9 +138,7 @@ namespace MCGalaxy.Blocks {
if (b == Block.ice || b == Block.water || b == Block.waterstill)
return DrawType.Translucent;
if (b == Block.glass || b == Block.leaf || b == Block.snow)
return DrawType.Transparent;
if (b == Block.staircasestep || b == Block.cobblestoneslab)
if (b == Block.glass || b == Block.leaf)
return DrawType.Transparent;
if (b >= Block.yellowflower && b <= Block.redmushroom)