Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6633 in orxonox.OLD for trunk/src


Ignore:
Timestamp:
Jan 21, 2006, 1:05:05 AM (18 years ago)
Author:
bensch
Message:

trunk: some minors

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/particles/particle_system.cc

    r6630 r6633  
    280280void ParticleSystem::tick(float dt)
    281281{
    282   printf("TICKED %f %d\n", dt, this->count);
    283282  Particle* tickPart = particles;  // the particle to Tick
    284283  Particle* prevPart = NULL;
  • trunk/src/util/loading/resource_manager.h

    r6467 r6633  
    7474
    7575  // more specific
     76  union {
     77#ifndef NO_MODEL
    7678  float             modelSize;         //!< the size of the model (OBJ/PRIM)
    77 #ifndef NO_MODEL
    7879  char*             secFileName;       //!< a seconf fileName
    7980#endif /* NO_MODEL */
     
    8485  GLenum            texTarget;
    8586#endif /* NO_TEXTURES */
     87  };
    8688};
    8789
Note: See TracChangeset for help on using the changeset viewer.