浏览代码

small opt to draw sprite

georges 25 年之前
父节点
当前提交
12bf85b1b2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.
   // vector with the final geometric information.
   /////////////////////////////////////////////////////////////////////
   /////////////////////////////////////////////////////////////////////
 
 
+  cameraspace_vector.reserve(nprims);   //pre-alloc space for nprims
 
 
   // the state is set, start running the prims
   // the state is set, start running the prims
   for (i = 0; i < nprims; i++) {
   for (i = 0; i < nprims; i++) {