Changeset 6875 for code/branches/hudelements/src
- Timestamp:
- May 10, 2010, 3:02:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hudelements/src/modules/overlays/hud/HUDNavigation.cc
r6874 r6875 246 246 else 247 247 { 248 COUT(0) << "check 241" << std::endl; 248 249 249 if (pos.y < -pos.x) 250 250 { … … 295 295 tempRadarViewable->second.second->setTop((-pos.y + 1.0f + tempRadarViewable->second.first->getHeight()) * 0.5f); 296 296 } 297 } 298 tempRadarViewable->second.first->show(); 299 tempRadarViewable->second.second->show(); 297 298 tempRadarViewable->second.first->show(); 299 tempRadarViewable->second.second->show(); 300 COUT(0) << "ShowGUITest z300" << std::endl; 301 } 302 300 303 } 301 304
Note: See TracChangeset
for help on using the changeset viewer.