diff --git a/components/sceneutil/mwshadowtechnique.cpp b/components/sceneutil/mwshadowtechnique.cpp index 89e001a980..bf6581ae60 100644 --- a/components/sceneutil/mwshadowtechnique.cpp +++ b/components/sceneutil/mwshadowtechnique.cpp @@ -2113,7 +2113,7 @@ struct ConvexHull if (edge.first == vertex) otherEnd = edge.second; else if (edge.second == vertex) - otherEnd - edge.first; + otherEnd = edge.first; else continue;