Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 3:20:46 AM (18 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/objects/Skybox.cc

    r513 r560  
    3333#include "../../misc/Tokenizer.h"
    3434#include "../../misc/String2Number.h"
     35#include "../core/Debug.h"
    3536
    3637#include "Skybox.h"
     
    5859                mgr->setSkyBox(true, skyboxSrc);
    5960
    60                 std::cout << "Loader: Set skybox: "<< skyboxSrc << std::endl << std::endl;
     61                COUT(4) << "Loader: Set skybox: "<< skyboxSrc << std::endl << std::endl;
    6162        }
    6263   }
Note: See TracChangeset for help on using the changeset viewer.