mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 11:57:24 +08:00
SDL_render.h: enum SDL_TextureAddressMode: Removed trailing comma
This commit is contained in:
committed by
Özkan Sezer
parent
db3a35e9bc
commit
3cd979b353
@@ -110,7 +110,7 @@ typedef enum SDL_TextureAddressMode
|
|||||||
SDL_TEXTURE_ADDRESS_INVALID = -1,
|
SDL_TEXTURE_ADDRESS_INVALID = -1,
|
||||||
SDL_TEXTURE_ADDRESS_AUTO, /**< Wrapping is enabled if texture coordinates are outside [0, 1], this is the default */
|
SDL_TEXTURE_ADDRESS_AUTO, /**< Wrapping is enabled if texture coordinates are outside [0, 1], this is the default */
|
||||||
SDL_TEXTURE_ADDRESS_CLAMP, /**< Texture coordinates are clamped to the [0, 1] range */
|
SDL_TEXTURE_ADDRESS_CLAMP, /**< Texture coordinates are clamped to the [0, 1] range */
|
||||||
SDL_TEXTURE_ADDRESS_WRAP, /**< The texture is repeated (tiled) */
|
SDL_TEXTURE_ADDRESS_WRAP /**< The texture is repeated (tiled) */
|
||||||
} SDL_TextureAddressMode;
|
} SDL_TextureAddressMode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user