diff --git a/src/profile/sprites.cpp b/src/profile/sprites.cpp index 4824104b..fbdba135 100644 --- a/src/profile/sprites.cpp +++ b/src/profile/sprites.cpp @@ -46,7 +46,8 @@ void LoadSpritesheets() { Window->Shutdown(); } - futures.emplace_back(std::tuple(name, std::async(std::launch::async, LoadTexture, stream, name))); + futures.emplace_back(std::tuple( + name, std::async(std::launch::async, LoadTexture, stream, name))); Pop(); }