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
@@ -32,7 +32,7 @@ inline audio::speakerid_t play_sound(
return 0;
}
auto assets = scripting::engine->getAssets();
auto sound = assets->getSound(name);
auto sound = assets->get<audio::Sound>(name);
if (sound == nullptr) {
return 0;
}