Changeset 4136 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- May 10, 2005, 12:06:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r4135 r4136 139 139 140 140 GraphicsEngine::getInstance(); 141 142 /* 143 int i; 144 for(i = 1; i < this->argc; ++i) 145 { 146 if (!strncmp (this->argv[i], "-r", 2)) 147 { 148 char* tmp = strchr (argv[i], 'x'); 149 // GraphicsEngine::getInstance()->setResolution(atoi(argv[i]), atoi(tmp+1), 24); 150 } 151 else if (!strncmp(this->argv[i], "--resolution=", 13)) 152 { 153 } 154 } 155 */ 141 156 142 return 0; 157 143 }
Note: See TracChangeset
for help on using the changeset viewer.