Changeset 4518 in orxonox.OLD for orxonox/trunk
- Timestamp:
 - Jun 6, 2005, 2:11:20 PM (20 years ago)
 - Location:
 - orxonox/trunk/src
 - Files:
 - 
          
- 2 edited
 
- 
          lib/graphics/text_engine.cc (modified) (1 diff)
 - 
          story_entities/world.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
orxonox/trunk/src/lib/graphics/text_engine.cc
r4517 r4518 445 445 PRINTF(1)("TTF_OpenFont: %s\n", TTF_GetError()); 446 446 return false; 447 } 448 return true; 447 } 448 else 449 return true; 449 450 } 450 451 else  - 
        
orxonox/trunk/src/story_entities/world.cc
r4508 r4518 869 869 glCallList (objectList); 870 870 871 particleEngine->draw(); //!< \todo should be dts like in the Trunk; 872 871 873 TextEngine::getInstance()->draw(); 872 particleEngine->draw(); //!< \todo should be dts like in the Trunk;873 874 874 lightMan->draw(); // must be at the end of the drawing procedure, otherwise Light cannot be handled as PNodes // 875 875 }  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






