Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2008, 2:56:39 AM (17 years ago)
Author:
landauf
Message:

removed some debug output

File:
1 edited

Legend:

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

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