Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2008, 2:50:04 AM (16 years ago)
Author:
landauf
Message:

removed some bugs
tcl knows now orxonox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/orxonox/objects/Ambient.h

    r1056 r1188  
    4848
    4949            static void setAmbientLightTest(const ColourValue& colour)
    50                 { Ambient::instance_s->setAmbientLight(colour); }
     50                { std::cout << "setambientlight: " << colour << std::endl; Ambient::instance_s->setAmbientLight(colour); }
    5151
    5252        private:
Note: See TracChangeset for help on using the changeset viewer.