Fixes based on review comments on previous PR

This commit is contained in:
Dale Glass 2023-12-06 13:34:24 +01:00 committed by HifiExperiments
parent 96e864e4e9
commit d7c743ba9e
2 changed files with 10 additions and 2 deletions

View file

@ -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; }

View file

@ -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,