mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove resolved todo question
This commit is contained in:
parent
1e40fa55c2
commit
a9ea5d31bd
@ -123,8 +123,7 @@ impl TakeScreenshot {
|
|||||||
);
|
);
|
||||||
|
|
||||||
move || {
|
move || {
|
||||||
// TODO: Do we need a thread for this now that we handle screenshots in a
|
// Send buffer to another thread for async
|
||||||
// callback from wgpu? Send buffer to another thread for async
|
|
||||||
// mapping, downloading, and passing to the given handler function
|
// mapping, downloading, and passing to the given handler function
|
||||||
// (which probably saves it to the disk)
|
// (which probably saves it to the disk)
|
||||||
std::thread::Builder::new()
|
std::thread::Builder::new()
|
||||||
|
Loading…
Reference in New Issue
Block a user