Merge pull request #37 from CovertJaguar/patch-1
Fixed black laser beams.
This commit is contained in:
commit
05dfd57a21
1 changed files with 5 additions and 1 deletions
|
@ -108,4 +108,8 @@ public class EntityLaser extends Entity {
|
|||
return texture;
|
||||
}
|
||||
|
||||
public int getBrightnessForRender(float par1)
|
||||
{
|
||||
return 210;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue