Skip to content

Commit b2ad195

Browse files
committed
Update Shape.hpp
1 parent a6ab7fa commit b2ad195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/Public/Aurora.Math/Shape.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ inline namespace Math
4343

4444
// -=(Undocumented)=-
4545
constexpr Shape()
46-
: mKind { Kind::Rectangle }
4746
{
47+
SetData(Rectf());
4848
}
4949

5050
// -=(Undocumented)=-

0 commit comments

Comments
 (0)