Explorar o código

Change by liuzhengcai to fix compile error on 32-bit MSVC 2010

rdb %!s(int64=10) %!d(string=hai) anos
pai
achega
bad0a7321a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      panda/src/text/textAssembler.h

+ 1 - 1
panda/src/text/textAssembler.h

@@ -237,7 +237,7 @@ private:
     PN_stdfloat _slantl, _slanth;
     CPT(TextGlyph) _glyph;
   };
-  typedef pvector<QuadDef> QuadDefs;
+  typedef epvector<QuadDef> QuadDefs;
   typedef pmap<CPT(RenderState), QuadDefs> QuadMap;
 
   void generate_quads(GeomNode *geom_node, const QuadMap &quad_map);