diff --git a/external/ege b/external/ege index 912f4b83..90174726 160000 --- a/external/ege +++ b/external/ege @@ -1 +1 @@ -Subproject commit 912f4b83167007e6ca5bed76d899316a802f1590 +Subproject commit 901747263964d1330756ddebfbb9b3a4069dee78 diff --git a/sources/ewol/resources/Mesh.cpp b/sources/ewol/resources/Mesh.cpp index 53ed5e33..4e44e5d9 100644 --- a/sources/ewol/resources/Mesh.cpp +++ b/sources/ewol/resources/Mesh.cpp @@ -135,7 +135,7 @@ void ewol::Mesh::Draw(mat4& _positionMatrix, bool _enableDepthTest, bool _enable cameraNormal.normalized(); // remove face that is notin the view ... etk::Vector tmpIndexResult; - etk::Vector& tmppFaces = m_listFaces.GetValue(kkk).m_faces; + etk::Vector& tmppFaces = m_listFaces.GetValue(kkk).m_faces; etk::Vector& tmppIndex = m_listFaces.GetValue(kkk).m_index; if (normalModeFace == m_normalMode) { for(int32_t iii=0; iii