Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4304 in orxonox.OLD


Ignore:
Timestamp:
May 26, 2005, 3:57:05 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: timaestepae initailisation was corrupt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/subprojects/particles/framework.cc

    r4303 r4304  
    217217Framework::Framework()
    218218{
    219 
     219  this->lastFrame = 0;
    220220  // Create a new OpenGL window with the title "Cone3D Basecode" at
    221221  // 640x480x32, fullscreen and check for errors along the way
    222222  GraphicsEngine::getInstance();
    223 
    224  
    225223
    226224  LightManager::getInstance();
     
    267265{
    268266  verbose = 3;
    269   Framework* framework =new Framework();
     267  Framework* framework = new Framework();
    270268  framework->mainLoop();
    271269
Note: See TracChangeset for help on using the changeset viewer.