Changeset 10728 in orxonox.OLD for branches/presentation/src/util/track/action_box.cc
- Timestamp:
- Jun 20, 2007, 11:39:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/util/track/action_box.cc
r10698 r10728 98 98 assert( _track ); 99 99 assert( State::getActionBox() == NULL ); 100 100 101 101 State::setActionBox( this ); 102 102 103 103 this->width_2 = width_2; 104 104 this->height_2 = height_2; … … 106 106 this->stretch = stretch; 107 107 this->track = _track; 108 108 109 109 setParent( _track->getTrackNode() ); 110 110 111 111 toList( OM_COMMON ); 112 112 }
Note: See TracChangeset
for help on using the changeset viewer.