aboutsummaryrefslogtreecommitdiffstats
path: root/src/resourcemanager.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-04-06 16:16:59 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-04-06 16:16:59 +0100
commitafe623ba793f9f4c51f94abe6464020d22387c9d (patch)
treeea7c92ce42fb8645146007ab2d1398023efad448 /src/resourcemanager.cpp
parent905f72775fa91b0a467f3c0847c60cf0f85a6d80 (diff)
downloadYAGE-afe623ba793f9f4c51f94abe6464020d22387c9d.tar.gz
YAGE-afe623ba793f9f4c51f94abe6464020d22387c9d.zip
Improved files
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 ca5ac3f3..06f71078 100644
--- a/src/resourcemanager.cpp
+++ b/src/resourcemanager.cpp
@@ -5,7 +5,7 @@ namespace yage
TextureCache ResourceManager::texture_cache_;
-GlTexture ResourceManager::getTexture(const std::string &texture_path)
+Texture ResourceManager::getTexture(const std::string &texture_path)
{
return texture_cache_.getTexture(texture_path);
}