aboutsummaryrefslogtreecommitdiffstats
path: root/src/texturecache.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-24 01:27:57 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-24 01:27:57 +0100
commitf9cc383fc697a884413bda65d75e0e13dfcf3cbb (patch)
treed14fc79e12e0a4983cbbc60167a8d1ef34daaa89 /src/texturecache.cpp
parentf96af48ad82f1ddfab1402ca5c6eafd82af2b217 (diff)
downloadYAGE-f9cc383fc697a884413bda65d75e0e13dfcf3cbb.tar.gz
YAGE-f9cc383fc697a884413bda65d75e0e13dfcf3cbb.zip
Fixing namespace.
Diffstat (limited to 'src/texturecache.cpp')
-rw-r--r--src/texturecache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texturecache.cpp b/src/texturecache.cpp
index 5ce89dc1..4e6c9bcf 100644
--- a/src/texturecache.cpp
+++ b/src/texturecache.cpp
@@ -27,4 +27,4 @@ Texture TextureCache::getTexture(const std::string &texture_path)
return itr->second;
}
-} // yage
+} // namespace yage