Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7109 in orxonox.OLD


Ignore:
Timestamp:
Feb 7, 2006, 11:35:46 PM (18 years ago)
Author:
bensch
Message:

lightmodel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/light.cc

    r6884 r7109  
    353353 PRINTF(4)("Drawing the Lights\n");
    354354  for (int i = 0; i < NUMBEROFLIGHTS; i++)
    355     if (this->lights[i])
     355    if (this->lights[i] != NULL)
    356356      lights[i]->draw();
    357357}
Note: See TracChangeset for help on using the changeset viewer.