summaryrefslogtreecommitdiffstats
path: root/src/AssetManager.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-03-08 22:16:21 +0100
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-03-08 22:16:21 +0100
commite8ae429ac0d4f12ecdad6088605d81de6cf67cce (patch)
treeae96695b6a2c3f7ee52db8a6b8a9075163b6613b /src/AssetManager.hpp
parentMinor RendererSectionData parsing memory optimization (diff)
downloadAltCraft-e8ae429ac0d4f12ecdad6088605d81de6cf67cce.tar
AltCraft-e8ae429ac0d4f12ecdad6088605d81de6cf67cce.tar.gz
AltCraft-e8ae429ac0d4f12ecdad6088605d81de6cf67cce.tar.bz2
AltCraft-e8ae429ac0d4f12ecdad6088605d81de6cf67cce.tar.lz
AltCraft-e8ae429ac0d4f12ecdad6088605d81de6cf67cce.tar.xz
AltCraft-e8ae429ac0d4f12ecdad6088605d81de6cf67cce.tar.zst
AltCraft-e8ae429ac0d4f12ecdad6088605d81de6cf67cce.zip
Diffstat (limited to 'src/AssetManager.hpp')
-rw-r--r--src/AssetManager.hpp2
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);