Skip to content

Commit

Permalink
Initialize pivot position properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ousnius committed Jun 21, 2019
1 parent 9b70ce2 commit 1865ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/program/OutfitStudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1865ce2

Please sign in to comment.