mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-02-02 09:01:01 +00:00
Merge pull request #36 from babelshift/sdl-textureaccess-static-typo-fix
Fixing typo in SDL_TextureAccess enumeration for member SDL_TEXTUREACCES...
This commit is contained in:
commit
68b9cdcea9
|
@ -1534,7 +1534,7 @@ namespace SDL2
|
|||
|
||||
public enum SDL_TextureAccess
|
||||
{
|
||||
SDL_TEXTUREACCES_STATIC,
|
||||
SDL_TEXTUREACCESS_STATIC,
|
||||
SDL_TEXTUREACCESS_STREAMING,
|
||||
SDL_TEXTUREACCESS_TARGET
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue