aboutsummaryrefslogtreecommitdiffstats
path: root/src/resourcemanager.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-04-15 22:38:14 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-04-15 22:38:14 +0100
commit325d8c2348b5cabe32d1e90ce28a049f278e3f8c (patch)
treed90a4f188a7489f46b9835eae007c9b45f6627c2 /src/resourcemanager.cpp
parentdaa032e2f6c86da16902f654055d8b040d7670bb (diff)
downloadYAGE-325d8c2348b5cabe32d1e90ce28a049f278e3f8c.tar.gz
YAGE-325d8c2348b5cabe32d1e90ce28a049f278e3f8c.zip
Added test bench
Diffstat (limited to 'src/resourcemanager.cpp')
-rw-r--r--src/resourcemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resourcemanager.cpp b/src/resourcemanager.cpp
index 06f71078..4105f4e4 100644
--- a/src/resourcemanager.cpp
+++ b/src/resourcemanager.cpp
@@ -7,7 +7,7 @@ TextureCache ResourceManager::texture_cache_;
Texture ResourceManager::getTexture(const std::string &texture_path)
{
- return texture_cache_.getTexture(texture_path);
+ return texture_cache_.getTexture(texture_path);
}
} // yage