Woops, TTF minor version is definitely 0...

This commit is contained in:
Ethan Lee 2013-04-17 19:09:15 -04:00
parent d49903dd9e
commit a69308c8d6

View file

@ -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;