Changeset 636
- Timestamp:
- 10/19/06 18:59:10 (2 years ago)
- Files:
-
- 1 modified
-
trunk/common/project.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/project.cpp
r634 r636 4919 4919 } 4920 4920 else 4921 pPiece->Initialize(0, 0, 0, m_nCurStep, m_nCurFrame, m_nCurColor);4921 pPiece->Initialize(0, 0, -m_pCurPiece->m_fDimensions[5], m_nCurStep, m_nCurFrame, m_nCurColor); 4922 4922 4923 4923 SelectAndFocusNone(false); … … 6531 6531 if (LinePlaneIntersection(Intersection, ClickPoints[0], ClickPoints[1], Vector4(0, 0, 1, 0))) 6532 6532 { 6533 Intersection[2] += -m_pCurPiece->m_fDimensions[5]; 6533 6534 SnapVector(Intersection); 6534 6535 Position = Intersection;
