Fixed Corner_Max
Former-commit-id: bc9e18cb6227335d0ce79c3b2cb35705fd76709a
This commit is contained in:
parent
49cdbc3c47
commit
b6940e9d8b
|
|
@ -18,7 +18,7 @@ enum nzCorner
|
||||||
nzCorner_NearRightBottom,
|
nzCorner_NearRightBottom,
|
||||||
nzCorner_NearRightTop,
|
nzCorner_NearRightTop,
|
||||||
|
|
||||||
nzCorner_Max = nzCorner_FarRightTop
|
nzCorner_Max = nzCorner_NearRightTop
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // NAZARA_ENUMS_MATH_HPP
|
#endif // NAZARA_ENUMS_MATH_HPP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue