Changeset 6884 in orxonox.OLD for trunk/src/lib/graphics/light.cc
- Timestamp:
- Jan 31, 2006, 3:28:26 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/light.cc
r6778 r6884 337 337 } 338 338 339 340 Light* LightManager::getLight(int lightNumber) const 341 { 342 if( lightNumber < NUMBEROFLIGHTS) 343 return this->lights[lightNumber]; 344 345 return NULL; 346 } 347 339 348 /** 340 349 * draws all the Lights in their appropriate position
Note: See TracChangeset
for help on using the changeset viewer.