coroutines truly are cursed

This commit is contained in:
2021-11-11 20:12:50 +01:00
parent 1848bb5139
commit 01049019fd
25 changed files with 202 additions and 92 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ void AssetRegistry::importTexture(const std::filesystem::path &filePath)
void AssetRegistry::importMaterial(const std::filesystem::path &filePath)
{
materialLoader->queueAsset(filePath);
materialLoader->importAsset(filePath);
}
void AssetRegistry::registerMesh(PMeshAsset mesh)