Changeset 560 for code/branches/FICN/src/orxonox/objects/Skybox.cc
- Timestamp:
- Dec 17, 2007, 3:20:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/Skybox.cc
r513 r560 33 33 #include "../../misc/Tokenizer.h" 34 34 #include "../../misc/String2Number.h" 35 #include "../core/Debug.h" 35 36 36 37 #include "Skybox.h" … … 58 59 mgr->setSkyBox(true, skyboxSrc); 59 60 60 std::cout<< "Loader: Set skybox: "<< skyboxSrc << std::endl << std::endl;61 COUT(4) << "Loader: Set skybox: "<< skyboxSrc << std::endl << std::endl; 61 62 } 62 63 }
Note: See TracChangeset
for help on using the changeset viewer.