소스 검색

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
   // multitexture.
-  character->_cv._texcoords = _texcoords[InternalName::get_texcoord()];
+  character->_cv._texcoords = _texcoords[InternalName::get_texcoord().p()];
 
   // Finally, add in all the morph definitions.
   Morphs::const_iterator mi;