Reverted some changes to light classes which was not meant to be committed as part of #314.
This commit is contained in:
parent
9ba90251d6
commit
88bf9d4580
jme3-core/src/main/java/com/jme3/light
@ -122,22 +122,6 @@ public abstract class Light implements Savable, Cloneable {
|
||||
setColor(color);
|
||||
}
|
||||
|
||||
/**
|
||||
* Default constructor for Light.
|
||||
*/
|
||||
public Light() {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructor which allows setting of the color.
|
||||
*
|
||||
* @param color the color to apply to this light.
|
||||
*/
|
||||
public Light(final ColorRGBA color) {
|
||||
this.color = color;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the color of the light.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user