mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:58:07 +02:00
Fix entity version name in LightEntityItem
This commit is contained in:
parent
20f3d23ae7
commit
61bc32493f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int LightEntityItem::readEntitySubclassDataFromBuffer(const unsigned char* data,
|
||||||
int bytesRead = 0;
|
int bytesRead = 0;
|
||||||
const unsigned char* dataAt = data;
|
const unsigned char* dataAt = data;
|
||||||
|
|
||||||
if (args.bitstreamVersion < VERSION_ENTITIES_LIGHT_HAS_NEW_PROPERTIES) {
|
if (args.bitstreamVersion < VERSION_ENTITIES_LIGHT_HAS_INTENSITY_AND_COLOR_PROPERTIES) {
|
||||||
rgbColor diffuseColor;
|
rgbColor diffuseColor;
|
||||||
rgbColor ambientColor;
|
rgbColor ambientColor;
|
||||||
rgbColor specularColor;
|
rgbColor specularColor;
|
||||||
|
|
Loading…
Reference in a new issue