remove resolved todo question

This commit is contained in:
Isse 2024-01-27 23:18:35 +01:00 committed by Marcel Märtens
parent 1e40fa55c2
commit a9ea5d31bd

View File

@ -123,8 +123,7 @@ impl TakeScreenshot {
);
move || {
// TODO: Do we need a thread for this now that we handle screenshots in a
// callback from wgpu? Send buffer to another thread for async
// Send buffer to another thread for async
// mapping, downloading, and passing to the given handler function
// (which probably saves it to the disk)
std::thread::Builder::new()