Changeset 4304 in orxonox.OLD
- Timestamp:
- May 26, 2005, 3:57:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/subprojects/particles/framework.cc
r4303 r4304 217 217 Framework::Framework() 218 218 { 219 219 this->lastFrame = 0; 220 220 // Create a new OpenGL window with the title "Cone3D Basecode" at 221 221 // 640x480x32, fullscreen and check for errors along the way 222 222 GraphicsEngine::getInstance(); 223 224 225 223 226 224 LightManager::getInstance(); … … 267 265 { 268 266 verbose = 3; 269 Framework* framework = new Framework();267 Framework* framework = new Framework(); 270 268 framework->mainLoop(); 271 269
Note: See TracChangeset
for help on using the changeset viewer.