From 1865ce29211d9a00c5f91c77c7714f287885b35c Mon Sep 17 00:00:00 2001 From: ousnius Date: Fri, 21 Jun 2019 20:53:02 +0200 Subject: [PATCH] Initialize pivot position properly --- src/program/OutfitStudio.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/program/OutfitStudio.cpp b/src/program/OutfitStudio.cpp index 19ed7c30..dd9099a6 100644 --- a/src/program/OutfitStudio.cpp +++ b/src/program/OutfitStudio.cpp @@ -7483,6 +7483,7 @@ wxGLPanel::wxGLPanel(wxWindow* parent, const wxSize& size, const wxGLAttributes& activeBrush = nullptr; editMode = false; transformMode = false; + pivotMode = false; vertexEdit = false; segmentMode = false; bMaskPaint = false;