Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 3:20:46 AM (16 years ago)
Author:
landauf
Message:
  • changed output from std::cout to COUT(level)
  • added SoftDebugLevel config-variable (its a hack, but it works fine)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/graphicsEngine.cc

    r546 r560  
    3535#include <OgreConfigFile.h>
    3636#include <OgreTextureManager.h>
     37#include "core/Debug.h"
    3738
    3839
     
    7475    {
    7576      scene_ = root_->createSceneManager(ST_GENERIC, "Default SceneManager");
    76       std::cout << "created SceneMan: " << scene_ << std::endl;
     77      COUT(3) << "Info: Created SceneMan: " << scene_ << std::endl;
    7778    }
    7879    return scene_;
Note: See TracChangeset for help on using the changeset viewer.