Skip to content

Commit 8e7ac0d

Browse files
committed
Minor Fixes
1 parent 1dec8e7 commit 8e7ac0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

librtt/Renderer/Rtt_GLTexture.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
#define DEBUG_PRINT( ... )
2828
#endif
2929

30+
#if !defined(Rtt_OPENGLES) && !defined(GL_ABGR_EXT)
31+
#define GL_ABGR_EXT 0x8000
32+
#endif
33+
3034
// ----------------------------------------------------------------------------
3135

3236
namespace /*anonymous*/

0 commit comments

Comments
 (0)