- fixed compile time error
This commit is contained in:
parent
c3dc8316bb
commit
104fe1c057
|
@ -469,7 +469,7 @@ namespace io {
|
||||||
// face wedgetexcoord
|
// face wedgetexcoord
|
||||||
ReadString(f,s);
|
ReadString(f,s);
|
||||||
if( s == std::string("HAS_FACE_WEDGETEXCOORD_OCF")) {
|
if( s == std::string("HAS_FACE_WEDGETEXCOORD_OCF")) {
|
||||||
face.EnableWedgeTex();
|
face.EnableWedgeTexCoord();
|
||||||
Read((void*)&face.WTV[0],sizeof(typename FaceType::WedgeTexCoordType),face.size(),f);
|
Read((void*)&face.WTV[0],sizeof(typename FaceType::WedgeTexCoordType),face.size(),f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue