Browse Source

small opt to draw sprite

georges 25 years ago
parent
commit
12bf85b1b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/glgsg/glGraphicsStateGuardian.cxx

+ 1 - 0
panda/src/glgsg/glGraphicsStateGuardian.cxx

@@ -1058,6 +1058,7 @@ draw_sprite(const GeomSprite *geom) {
   // vector with the final geometric information.
   /////////////////////////////////////////////////////////////////////
 
+  cameraspace_vector.reserve(nprims);   //pre-alloc space for nprims
 
   // the state is set, start running the prims
   for (i = 0; i < nprims; i++) {