Fix Cycles crash in Windows debug mode with volumes
This commit is contained in:
@@ -119,6 +119,9 @@ void ImageHandle::clear()
|
||||
foreach (const int slot, tile_slots) {
|
||||
manager->remove_image_user(slot);
|
||||
}
|
||||
|
||||
tile_slots.clear();
|
||||
manager = NULL;
|
||||
}
|
||||
|
||||
bool ImageHandle::empty()
|
||||
|
||||
Reference in New Issue
Block a user