vtr3
vtr3 copied to clipboard
Add Filesystem Checks in Async Tasks
Currently vertex data can still be in the process of being written when async tasks like intra_experience_merging try to read the map.
Add checks to async data pointers to check if they're null before accessing data.