Changeset 8505
- Timestamp:
- May 19, 2011, 3:18:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Core.cc
r8423 r8505 86 86 87 87 #ifdef ORXONOX_PLATFORM_WINDOWS 88 SetCommandLineArgument(limitToCPU, 1).information("Limits the program to one CPU/core (1, 2, 3, etc.). Default is the first core (faster than off)");88 SetCommandLineArgument(limitToCPU, 0).information("Limits the program to one CPU/core (1, 2, 3, etc.). Default is off = 0."); 89 89 #endif 90 90
Note: See TracChangeset
for help on using the changeset viewer.