![]() |
#2
|
|||
|
|||
The problem with the exception will be fixed in the next release. Either way, you should usually use the is operator when checking for equality with None
Code:
if textureSet[slotToReplace] is None: |
|
|