Changeset 975
- Timestamp:
- 10/18/07 17:05:29 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fcptr_stable_jun07/Source/System/Window/Utilities/OSGNavigator.cpp
r974 r975 926 926 void Navigator::getIntersectionPoint(Int16 x, Int16 y) 927 927 { 928 IntersectAction * act = IntersectAction::create();929 928 Line line; 930 929 … … 939 938 } 940 939 940 IntersectAction * act = IntersectAction::create(); 941 941 act->setLine(line); 942 942 act->apply(_vp->getRoot());
