mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-05-11 08:52:16 +00:00
Fixing typo in SDL_TextureAccess enumeration for member SDL_TEXTUREACCESS_STATIC (it was missing an 'S')
This commit is contained in:
parent
0b7cd87083
commit
080f4e6e2b
|
@ -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