From 7403929323fe138bea5f227100edc892ff116207 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Mon, 10 Aug 2015 15:15:54 -0700 Subject: [PATCH] missed this in the last commit -- bump protocol version --- libraries/networking/src/udt/PacketHeaders.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/udt/PacketHeaders.cpp b/libraries/networking/src/udt/PacketHeaders.cpp index a4e9b5f799..0146abdb7c 100644 --- a/libraries/networking/src/udt/PacketHeaders.cpp +++ b/libraries/networking/src/udt/PacketHeaders.cpp @@ -67,7 +67,7 @@ PacketVersion versionForPacketType(PacketType::Value packetType) { case EntityAdd: case EntityEdit: case EntityData: - return VERSION_POLYVOX_TEXTURES; + return VERSION_ENTITIES_POLYLINE; default: return 11; }