Fixes a crash which can occur when attempting to fetch an unsupported image type.
@ -171,6 +171,8 @@ PyObject* pyVaultImageNode::Image_GetImage( void )
else
fMipmapKey->RefObject();
}
PYTHON_RETURN_NONE;
return pyImage::New(fMipmap);