try adding the same fix to the add_images function in the same file.
i’ve fixed mine by adding the following line
$newimage['src'] = $image->imageURL;
just above the line
$this->images[$src] = $newimage;
in the add_gallery function in the ngg sitemap.php file