This commit is contained in:
2024-09-29 00:47:12 -05:00
parent 2cb1d745b2
commit c770953b2e
12 changed files with 178 additions and 19 deletions

View File

@ -28,7 +28,7 @@ namespace Dawn {
}
);
if(existing == finishedAssetLoaders.end()) {
if(existing == pendingAssetLoaders.end()) {
existing = std::find_if(
finishedAssetLoaders.begin(), finishedAssetLoaders.end(),
[&](auto &loader) {