diff --git a/source/textures.cpp b/source/textures.cpp index ed8d8e7..e0169ff 100644 --- a/source/textures.cpp +++ b/source/textures.cpp @@ -191,7 +191,7 @@ namespace Textures { texture.width = bmp.width; texture.height = bmp.height; - bool ret = Create(static_cast(bmp.bitmap), GL_RGBA, texture); + bool ret = Textures::Create(static_cast(bmp.bitmap), GL_RGBA, texture); bmp_finalise(&bmp); return ret; }