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
@@ -60,7 +60,7 @@ void ModelBatch::draw(const model::Model& model) {
Lightmap::extract(light, 3) / 15.0f
);
for (const auto& mesh : model.meshes) {
auto texture = assets->getTexture(mesh.texture);
auto texture = assets->get<Texture>(mesh.texture);
if (texture) {
texture->bind();
} else {