#loading
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
What happen if i load something that's already been loaded?
you get the cached copy if its still in cache (which is true while there are any references + end of the frame I think?)
but beyond that point, it goes back to disk and gets a new copy
cool thanks!