Fix mistake
This commit is contained in:
parent
e8620894f7
commit
501e779be4
|
|
@ -254,10 +254,10 @@ namespace Nz
|
||||||
constexpr EnumArray<RectCorner, Vector2<T>> Rect<T>::GetCorners() const
|
constexpr EnumArray<RectCorner, Vector2<T>> Rect<T>::GetCorners() const
|
||||||
{
|
{
|
||||||
return {
|
return {
|
||||||
GetCorner(Nz::BoxCorner::LeftBottom),
|
GetCorner(Nz::RectCorner::LeftBottom),
|
||||||
GetCorner(Nz::BoxCorner::LeftTop),
|
GetCorner(Nz::RectCorner::LeftTop),
|
||||||
GetCorner(Nz::BoxCorner::RightBottom),
|
GetCorner(Nz::RectCorner::RightBottom),
|
||||||
GetCorner(Nz::BoxCorner::RightTop)
|
GetCorner(Nz::RectCorner::RightTop)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue