Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10617 in orxonox.OLD


Ignore:
Timestamp:
Apr 4, 2007, 11:27:23 AM (17 years ago)
Author:
bknecht
Message:

little hack resolved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/lib/graphics/light.h

    r9869 r10617  
    102102  void setAmbientColor(GLfloat r, GLfloat g, GLfloat b);
    103103  // HACK: Assuming r = g = b values
    104 inline GLfloat getAmbientColor() {  return this->ambientColor[0]; }
     104  // SOLVED: nobody uses it anyway
     105  // inline GLfloat getAmbientColor() {  return this->ambientColor[0]; }
    105106
    106107  Light* getLight(int lightNumber) const;
Note: See TracChangeset for help on using the changeset viewer.