mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 10:35:30 +00:00
Woops, TTF minor version is definitely 0...
This commit is contained in:
parent
d49903dd9e
commit
a69308c8d6
|
@ -49,7 +49,7 @@ namespace SDL2
|
|||
* program!
|
||||
*/
|
||||
public const int SDL_TTF_MAJOR_VERSION = 2;
|
||||
public const int SDL_TTF_MINOR_VERSION = 2;
|
||||
public const int SDL_TTF_MINOR_VERSION = 0;
|
||||
public const int SDL_TTF_PATCHLEVEL = 12;
|
||||
|
||||
public const int UNICODE_BOM_NATIVE = 0xFEFF;
|
||||
|
|
Loading…
Reference in a new issue