Renamed TextStyle_None to TextStyle_Regular

Former-commit-id: 3bd44c785f8c6f011bcade1242b051d8662287d2
This commit is contained in:
Lynix
2015-01-16 12:45:29 +01:00
parent 9d83f3f474
commit bdaa4f2838
3 changed files with 3 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ enum nzTextAlign
enum nzTextStyleFlags
{
nzTextStyle_None = 0x0,
nzTextStyle_Regular = 0x0,
nzTextStyle_Bold = 0x1,
nzTextStyle_Italic = 0x2,