Changeset 4025 for OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
- Timestamp:
- 04/12/05 21:17:01 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
r4012 r4025 566 566 } 567 567 568 if ((*itr)->anyInside(_player 1.getLowerLeft(),_player1.getUpperRight()))568 if ((*itr)->anyInside(_player2.getLowerLeft(),_player2.getUpperRight())) 569 569 { 570 570 _player2.looseLife();
