Merge pull request #37 from CovertJaguar/patch-1

Fixed black laser beams.
This commit is contained in:
SirSengir 2012-06-01 02:43:28 -07:00
commit 05dfd57a21

View file

@ -107,5 +107,9 @@ public class EntityLaser extends Entity {
public String getTexture () {
return texture;
}
public int getBrightnessForRender(float par1)
{
return 210;
}
}