fix [#25598] projection surface snap issue

Excuse the thrashing, this is from r35438, reverted r35444 under the _wrong_ impression Martin considered unacceptable.
This commit is contained in:
2011-06-17 13:02:23 +00:00
parent 68a12c74b6
commit b306566a44
5 changed files with 18 additions and 2 deletions

View File

@@ -95,7 +95,8 @@ typedef struct TransSnap {
short modePoint;
short modeSelect;
short align;
short project;
char project;
char project_self;
short peel;
short status;
float snapPoint[3]; /* snapping from this point */