From c49e2c1804d5627d20c83e9bd752c92d7ba0b8b3 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Mon, 20 Apr 2015 16:52:29 -0700 Subject: [PATCH] cleanups, diff minimization --- libraries/entities/src/EntityItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entities/src/EntityItem.cpp b/libraries/entities/src/EntityItem.cpp index 4875069aae..12fb1ba99d 100644 --- a/libraries/entities/src/EntityItem.cpp +++ b/libraries/entities/src/EntityItem.cpp @@ -430,7 +430,7 @@ int EntityItem::readEntityDataFromBuffer(const unsigned char* data, int bytesLef qCDebug(entities) << " fromSameServerEdit:" << fromSameServerEdit; #endif - bool ignoreServerPacket = false; + bool ignoreServerPacket = false; // assume we'll use this server packet // If this packet is from the same server edit as the last packet we accepted from the server // we probably want to use it.