Materials: Applied rockn's bugfix in material editor

This commit is contained in:
Yorik van Havre
2015-09-23 19:34:50 -03:00
parent 417fdcf565
commit b22e3b00f2

View File

@@ -239,7 +239,7 @@ class MaterialEditor(QtGui.QDialog):
if filename:
self.clearEditor()
import importFCMat
d = importFCMat.read(filename)
d = importFCMat.read(filename[0])
if d:
self.updateContents(d)