Alphabetical commit

Former-commit-id: a62b1812e59371e4ca7f1d77bf438859514e0ac7
This commit is contained in:
Lynix 2015-01-18 12:20:32 +01:00
parent 81e38d1431
commit 0b1f10bf72
1 changed files with 3 additions and 3 deletions

View File

@ -35,11 +35,11 @@ enum nzBlendFunc
enum nzFaceFilling
{
nzFaceFilling_Point,
nzFaceFilling_Line,
nzFaceFilling_Fill,
nzFaceFilling_Line,
nzFaceFilling_Point,
nzFaceFilling_Max = nzFaceFilling_Fill
nzFaceFilling_Max = nzFaceFilling_Point
};
enum nzFaceSide