Changeset 6308 in orxonox.OLD for trunk/src/lib/particles
- Timestamp:
- Dec 27, 2005, 1:51:26 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/particles/particle_system.cc
r6222 r6308 386 386 case PARTICLE_MODEL: 387 387 if (this->getModel(0)) 388 return this->count * this->getModel()->get FaceCount();388 return this->count * this->getModel()->getTriangleCount(); 389 389 break; 390 390 }
Note: See TracChangeset
for help on using the changeset viewer.