Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5500 in orxonox.OLD for trunk/src/world_entities/npc2.cc


Ignore:
Timestamp:
Nov 8, 2005, 12:03:18 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: all the WorldEntities now have a const function to draw themselves

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/npc2.cc

    r5499 r5500  
    7575 * Just override this function with whatever you want to be drawn.
    7676 */
    77 void NPC2::draw()
     77void NPC2::draw() const
    7878{
    7979  glMatrixMode(GL_MODELVIEW);
Note: See TracChangeset for help on using the changeset viewer.