#1852 After the asset is forcibly destroyed, do we need to set the reference to null because: - Good for gc - No need to do a series of special processing (like `if(destroyed === true)`)
#1852
After the asset is forcibly destroyed, do we need to set the reference to null because:
if(destroyed === true))