Update EMIPGenerator.py

This commit is contained in:
tellowkrinkle
2018-09-04 21:20:29 -05:00
committed by GitHub
parent 66d4a0fdff
commit 9832ce2ac3

View File

@@ -69,6 +69,7 @@ class AssetEdit:
except: except:
# Special case handling for newer files that fail to read type id # Special case handling for newer files that fail to read type id
if self.type == "TextMeshProFont" and obj.type_id < 0: if self.type == "TextMeshProFont" and obj.type_id < 0:
objType = self.type
pass pass
else: else:
continue continue