Adjust launch time and timelapse

This commit is contained in:
Malin E
2022-03-16 13:31:08 +01:00
parent 60b545f598
commit 0b3f493ef2
3 changed files with 17 additions and 44 deletions
@@ -158,7 +158,7 @@ std::future<DownloadManager::MemoryFile> ScreenSpaceImageOnline::downloadImageTo
[url](const std::string& err) {
LDEBUGC(
"ScreenSpaceImageOnline",
"Download to memory failer for screen space image: " + err
"Download to memory failed for screen space image: " + err
);
}
);