aboutsummaryrefslogtreecommitdiffstats
path: root/src/imageloader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imageloader.cpp')
-rw-r--r--src/imageloader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imageloader.cpp b/src/imageloader.cpp
index 8325b7f6..359d0af5 100644
--- a/src/imageloader.cpp
+++ b/src/imageloader.cpp
@@ -7,9 +7,9 @@
namespace yage
{
-GlTexture ImageLoader::loadPng(const std::string &file_path)
+Texture ImageLoader::loadPng(const std::string &file_path)
{
- GlTexture texture = {};
+ Texture texture = {};
std::vector<unsigned char> in;
std::vector<unsigned char> out;