mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 19:00:28 +02:00
Fixes based on review comments on previous PR
This commit is contained in:
parent
96e864e4e9
commit
d7c743ba9e
2 changed files with 10 additions and 2 deletions
|
@ -57,6 +57,14 @@ public:
|
|||
const TonemappingPropertyGroup& getTonemappingProperties() const { return _tonemappingProperties; }
|
||||
const AmbientOcclusionPropertyGroup& getAmbientOcclusionProperties() const { return _ambientOcclusionProperties; }
|
||||
|
||||
/**
|
||||
* @brief Backwards compatibility for screenshare and the like
|
||||
* Doesn't do anything.
|
||||
* @param value
|
||||
*/
|
||||
void ignoreUint32(uint32_t value) { /* nothing */ };
|
||||
|
||||
|
||||
void setUserData(const QString& value) override;
|
||||
|
||||
bool keyLightPropertiesChanged() const { return _keyLightPropertiesChanged; }
|
||||
|
|
|
@ -341,8 +341,8 @@ enum class EntityVersion : PacketVersion {
|
|||
ShadowBiasAndDistance,
|
||||
TextEntityFonts,
|
||||
ScriptServerKinematicMotion,
|
||||
// TODO: This was "ScreenshareZone". Drop it on the next protocol change.
|
||||
DropOnProtocolChange,
|
||||
// This was ScreenshareZone, property was dropped.
|
||||
ScreenshareZoneUnused,
|
||||
ZoneOcclusion,
|
||||
ModelBlendshapes,
|
||||
TransparentWeb,
|
||||
|
|
Loading…
Reference in a new issue