summaryrefslogtreecommitdiffstats
path: root/src/AssetManager.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2023-07-08 21:41:27 +0200
committerGitHub <noreply@github.com>2023-07-08 21:41:27 +0200
commita68f48ad526d0843eb451af0be7f119db5ff794e (patch)
tree3c539c9e7de841c6616f532dadb7c8c1ef552d95 /src/AssetManager.hpp
parentMerge pull request #80 from LaG1924/ftr/better-water (diff)
parentFixed some errors detected by static analysis (diff)
downloadAltCraft-master.tar
AltCraft-master.tar.gz
AltCraft-master.tar.bz2
AltCraft-master.tar.lz
AltCraft-master.tar.xz
AltCraft-master.tar.zst
AltCraft-master.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 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);
};