- Timestamp:
- Jan 21, 2006, 1:05:05 AM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/particles/particle_system.cc
r6630 r6633 280 280 void ParticleSystem::tick(float dt) 281 281 { 282 printf("TICKED %f %d\n", dt, this->count);283 282 Particle* tickPart = particles; // the particle to Tick 284 283 Particle* prevPart = NULL; -
trunk/src/util/loading/resource_manager.h
r6467 r6633 74 74 75 75 // more specific 76 union { 77 #ifndef NO_MODEL 76 78 float modelSize; //!< the size of the model (OBJ/PRIM) 77 #ifndef NO_MODEL78 79 char* secFileName; //!< a seconf fileName 79 80 #endif /* NO_MODEL */ … … 84 85 GLenum texTarget; 85 86 #endif /* NO_TEXTURES */ 87 }; 86 88 }; 87 89
Note: See TracChangeset
for help on using the changeset viewer.