aboutsummaryrefslogtreecommitdiff
path: root/guilib/TextureGL.h
diff options
context:
space:
mode:
Diffstat (limited to 'guilib/TextureGL.h')
-rw-r--r--guilib/TextureGL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/TextureGL.h b/guilib/TextureGL.h
index 962c6f462d..8631beae2a 100644
--- a/guilib/TextureGL.h
+++ b/guilib/TextureGL.h
@@ -39,7 +39,7 @@
class CGLTexture : public CBaseTexture
{
public:
- CGLTexture(unsigned int width = 0, unsigned int height = 0, unsigned int BPP = 0);
+ CGLTexture(unsigned int width = 0, unsigned int height = 0, unsigned int BPP = 0, unsigned int format = XB_FMT_B8G8R8A8);
virtual ~CGLTexture();
void CreateTextureObject();