summaryrefslogtreecommitdiffstats
path: root/examples/dummyresource/resourcefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dummyresource/resourcefactory.cpp')
-rw-r--r--examples/dummyresource/resourcefactory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/dummyresource/resourcefactory.cpp b/examples/dummyresource/resourcefactory.cpp
index 6bb87f6..a24ff27 100644
--- a/examples/dummyresource/resourcefactory.cpp
+++ b/examples/dummyresource/resourcefactory.cpp
@@ -123,8 +123,6 @@ void DummyResource::synchronize(const QString &bufferType, const QMap<QString, Q
123 }, true); 123 }, true);
124 124
125 if (!found) { //A new entity 125 if (!found) { //A new entity
126 m_fbb.Clear();
127
128 flatbuffers::FlatBufferBuilder entityFbb; 126 flatbuffers::FlatBufferBuilder entityFbb;
129 createEntity(remoteId, it.value(), entityFbb, synchronizationTransaction); 127 createEntity(remoteId, it.value(), entityFbb, synchronizationTransaction);
130 128