- Timestamp:
- 04/09/03 12:11:56 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgoccluder/osgoccluder.cpp
r1832 r1839 56 56 { 57 57 58 int x = ea.getX();59 int y = ea.getY();58 float x = ea.getX(); 59 float y = ea.getY(); 60 60 61 61 osg::Vec3 near_point,far_point;
