sounds variants

This commit is contained in:
MihailRis
2024-03-05 02:30:16 +03:00
parent 0ab39fa06f
commit 1c6689b6b6
6 changed files with 33 additions and 10 deletions
-1
View File
@@ -34,7 +34,6 @@ void Assets::store(Shader* shader, std::string name){
shaders.emplace(name, shader);
}
Font* Assets::getFont(std::string name) const {
auto found = fonts.find(name);
if (found == fonts.end())