From 5b81d7a0c180504cc273db1d0aa4be2bc737ad87 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 15 Oct 2019 10:39:58 +0200 Subject: [PATCH] Fix previous commit --- src/ifcgeomserver/IfcGeomServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeomserver/IfcGeomServer.cpp b/src/ifcgeomserver/IfcGeomServer.cpp index 07af4bc089..65d64b0f55 100644 --- a/src/ifcgeomserver/IfcGeomServer.cpp +++ b/src/ifcgeomserver/IfcGeomServer.cpp @@ -371,8 +371,8 @@ protected: if (m) { for (int i = 0; i < 4; ++i) { diffuse_color_array_condensed.push_back((*m)[i]); - orig_to_condensed_index_map[orig] = new_index++; } + orig_to_condensed_index_map[orig] = new_index++; } }