update Assets container - template-based now

This commit is contained in:
MihailRis
2024-06-22 22:30:14 +03:00
parent 848d121099
commit d54b6b2e58
20 changed files with 68 additions and 143 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ bool AssetsLoader::loadExternalTexture(
const std::string& name,
const std::vector<std::filesystem::path>& alternatives
) {
if (assets->getTexture(name) != nullptr) {
if (assets->get<Texture>(name) != nullptr) {
return true;
}
for (auto& path : alternatives) {