mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:03:57 +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;
|
||||
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 ambientColor;
|
||||
rgbColor specularColor;
|
||||
|
|
Loading…
Reference in a new issue