Fix mistake
This commit is contained in:
@@ -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)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user