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 b828ee1..37031be 100644 --- a/src/AssetManager.hpp +++ b/src/AssetManager.hpp @@ -145,7 +145,7 @@ public: void LoadTextureResources(); - TextureCoordinates GetTextureByAssetName(std::string AssetName); + TextureCoordinates GetTextureByAssetName(const std::string &AssetName); std::string GetTextureAssetNameByBlockId(BlockTextureId block); |