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
|
@ -107,5 +107,9 @@ public class EntityLaser extends Entity {
|
|||
public String getTexture () {
|
||||
return texture;
|
||||
}
|
||||
|
||||
|
||||
public int getBrightnessForRender(float par1)
|
||||
{
|
||||
return 210;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue