From ed4164b59e60ed4480a050b4027659013e7bc3d0 Mon Sep 17 00:00:00 2001 From: daleglass <51060919+daleglass@users.noreply.github.com> Date: Thu, 24 Sep 2020 22:17:16 +0200 Subject: [PATCH] Update libraries/shared/src/GeometryUtil.cpp Co-authored-by: David Rowe --- libraries/shared/src/GeometryUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/GeometryUtil.cpp b/libraries/shared/src/GeometryUtil.cpp index 56e7d5481c..dde956a817 100644 --- a/libraries/shared/src/GeometryUtil.cpp +++ b/libraries/shared/src/GeometryUtil.cpp @@ -620,7 +620,7 @@ void PolygonClip::clipToScreen(const glm::vec2* inputVertexArray, int inLength, glm::vec2* tempVertexArrayB = new glm::vec2[maxLength]; // set up our temporary arrays - for(int i=0;i