diff options
Diffstat (limited to 'src/resources/image.h')
-rw-r--r-- | src/resources/image.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/image.h b/src/resources/image.h index 2ba7890ab..11d3828fd 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -149,6 +149,9 @@ class Image : public Resource int getTextureHeight() const { return mTexHeight; } + + GLuint getGLImage() const + { return mGLImage; } #endif bool isHasAlphaChannel() const |