Skip to content

Commit fb5d0f5

Browse files
define GX_TEXMAPNULL as GX_TEXMAP_NULL (#233)
all the other NULL values that are used in GX_SetTevOrder dont have underscores except for GX_TEXMAP_NULL and not only is that out of place its also annoying cos i can never remember whether GX_TEXCOORDNULL is the one with the underscore or GX_TEXMAP_NULL
1 parent 475da95 commit fb5d0f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gc/ogc/gx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@
672672
#define GX_TEXMAP7 7 /*!< Texture map slot 7 */
673673
#define GX_MAX_TEXMAP 8
674674
#define GX_TEXMAP_NULL 0xff /*!< No texmap */
675+
#define GX_TEXMAPNULL GX_TEXMAP_NULL
675676
#define GX_TEXMAP_DISABLE 0x100 /*!< Disable texmap lookup for this texmap slot (use bitwise OR with a texture map slot). */
676677
/*! @} */
677678

0 commit comments

Comments
 (0)