vrml exporting with images was broken.

This commit is contained in:
Campbell Barton 2008-10-14 23:43:08 +00:00
parent 8fcaa1782d
commit 58ce460cf7

@ -639,7 +639,7 @@ class VRML2Export:
# Check if any faces the material or image
for face in me.faces:
if (matnum == -1):
if (f.image == image):
if (face.image == image):
return True
elif (image == None):
if (face.mat == matnum):