浏览代码

build on Irix

David Rose 20 年之前
父节点
当前提交
ffcab23c96
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/egg2pg/computedVerticesMaker.cxx

+ 1 - 1
panda/src/egg2pg/computedVerticesMaker.cxx

@@ -389,7 +389,7 @@ make_computed_vertices(Character *character, CharacterMaker &char_maker) {
 
 
   // Temporary: the ComputedVertices object currently doesn't support
   // Temporary: the ComputedVertices object currently doesn't support
   // multitexture.
   // multitexture.
-  character->_cv._texcoords = _texcoords[InternalName::get_texcoord()];
+  character->_cv._texcoords = _texcoords[InternalName::get_texcoord().p()];
 
 
   // Finally, add in all the morph definitions.
   // Finally, add in all the morph definitions.
   Morphs::const_iterator mi;
   Morphs::const_iterator mi;