- Timestamp:
- 05/05/08 07:12:19 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Action/IntersectAction/OSGIntersectAction.inl
r785 r1198 143 143 144 144 inline 145 Node PtrIntersectAction::getHitObject(void) const145 Node *IntersectAction::getHitObject(void) const 146 146 { 147 147 if(! didHit()) 148 return N ullFC;148 return NULL; 149 149 150 150 return _hitObject;
