fixed vertex cache spontaneously clearing

Thu, 05 Apr 2018 22:56:37 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Thu, 05 Apr 2018 22:56:37 +0300
changeset 1383
2e7ffaf6239f
parent 1382
6f31a87006f2
child 1384
4c134708be05

fixed vertex cache spontaneously clearing

src/lddocument.cpp file | annotate | diff | comparison | revisions
--- a/src/lddocument.cpp	Wed Apr 04 12:08:45 2018 +0300
+++ b/src/lddocument.cpp	Thu Apr 05 22:56:37 2018 +0300
@@ -450,7 +450,6 @@
 {
 	if (m_needsRecache)
 	{
-		m_vertices.clear();
 		Model model {m_documents};
 		this->inlineContents(model, true, true);
 

mercurial