- bug fix reported by LetterRip at IRC (just typo: expant isn't expand)

This commit is contained in:
Jiri Hnidek
2004-12-12 15:28:38 +00:00
parent 20f4632340
commit 7e4daad9fa

View File

@@ -406,7 +406,7 @@ def load_obj(file):
# UV MAPPING
if fHasUV:
f.uv.extent([uvMapList[ vtIdxLs[0] ], uvMapList[ vtIdxLs[i+1] ], uvMapList[ vtIdxLs[i+2] ]])
f.uv.extend([uvMapList[ vtIdxLs[0] ], uvMapList[ vtIdxLs[i+1] ], uvMapList[ vtIdxLs[i+2] ]])
if f.v > 0:
f = applyMat(meshList[objectName][0], f, currentMat)