aboutsummaryrefslogtreecommitdiffstats
path: root/src/resourcemanager.cpp
diff options
context:
space:
mode:
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);
}