Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 17, 2005, 10:52:16 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: subproject Particles looks good again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/particles/particle_fun.cc

    r4639 r4649  
    2222#include "fields.h"
    2323#include "stdlibincl.h"
     24#include "graphics_engine.h"
    2425
    2526#define PINIT_EMISSION_RATE          50
     
    4344void Framework::moduleInit(int argc, char** argv)
    4445{
     46  GraphicsEngine::getInstance()->setWindowName("ParticlesFun", "particles");
     47
    4548  verbose = 5;
    4649  ParticleEngine::getInstance();
Note: See TracChangeset for help on using the changeset viewer.