diff options
Diffstat (limited to 'src/AssetManager.hpp')
-rw-r--r-- | src/AssetManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AssetManager.hpp b/src/AssetManager.hpp index 250524e..bd16577 100644 --- a/src/AssetManager.hpp +++ b/src/AssetManager.hpp @@ -200,5 +200,5 @@ namespace AssetManager { std::shared_ptr<Gal::Texture> GetTextureAtlas(); - TextureCoord GetTexture(const std::string assetName); + TextureCoord GetTexture(const std::string &assetName); }; |