mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
cleanup
This commit is contained in:
parent
8debb33c6a
commit
6c63c2ecd9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ EntityItemProperties LightEntityItem::getProperties() const {
|
|||
EntityItemProperties properties = EntityItem::getProperties(); // get the properties from our base class
|
||||
|
||||
COPY_ENTITY_PROPERTY_TO_PROPERTIES(isSpotlight, getIsSpotlight);
|
||||
properties.setDiffuseColor(getDiffuseXColor()); // special case
|
||||
COPY_ENTITY_PROPERTY_TO_PROPERTIES(diffuseColor, getDiffuseXColor);
|
||||
COPY_ENTITY_PROPERTY_TO_PROPERTIES(ambientColor, getAmbientXColor);
|
||||
COPY_ENTITY_PROPERTY_TO_PROPERTIES(specularColor, getSpecularXColor);
|
||||
COPY_ENTITY_PROPERTY_TO_PROPERTIES(constantAttenuation, getConstantAttenuation);
|
||||
|
|
Loading…
Reference in a new issue