From 22886776e951449143f02e9364601b3aa7d9fca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sun, 28 May 2023 14:35:04 +0200 Subject: [PATCH] Insert placeholder to not break protocol yet. --- libraries/networking/src/udt/PacketHeaders.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/networking/src/udt/PacketHeaders.h b/libraries/networking/src/udt/PacketHeaders.h index 6924ed3331..ddf6ddc32d 100644 --- a/libraries/networking/src/udt/PacketHeaders.h +++ b/libraries/networking/src/udt/PacketHeaders.h @@ -282,6 +282,8 @@ enum class EntityVersion : PacketVersion { ShadowBiasAndDistance, TextEntityFonts, ScriptServerKinematicMotion, + // TODO: This was "ScreenshareZone". Drop it on the next protocol change. + DropOnProtocolChange, ZoneOcclusion, ModelBlendshapes, TransparentWeb,