Skip to content

Commit

Permalink
Fixes based on review comments on previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
daleglass authored and HifiExperiments committed Oct 19, 2024
1 parent 96e864e commit d7c743b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions libraries/entities/src/ZoneEntityItem.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
4 changes: 2 additions & 2 deletions libraries/networking/src/udt/PacketHeaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d7c743b

Please sign in to comment.